Bug 80909 - MathML msub anonymous child render should render properly
Summary: MathML msub anonymous child render should render properly
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: MathML (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 80773
Blocks:
  Show dependency treegraph
 
Reported: 2012-03-12 17:09 PDT by Jacky Jiang
Modified: 2014-06-21 03:05 PDT (History)
9 users (show)

See Also:


Attachments
Proposed change. (321.80 KB, patch)
2012-12-05 17:19 PST, Julien Chaffraix
jchaffraix: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jacky Jiang 2012-03-12 17:09:48 PDT
As discussed and suggested by Julien Chaffraix on https://bugs.webkit.org/show_bug.cgi?id=80773, we need to create a separate bug for the rendering problem of MathML msub anonymous child render.
Currently, msub anonymous child render is rendered as anonymous table by default which shouldn't be correct. I think the expected style should be close to mtable render.
Comment 1 Julien Chaffraix 2012-12-05 17:19:45 PST
Created attachment 177877 [details]
Proposed change.
Comment 2 Julien Chaffraix 2012-12-05 17:21:04 PST
Comment on attachment 177877 [details]
Proposed change.

Forget this patch, it's posted on the wrong bug.
Comment 3 Jacky Jiang 2013-02-15 13:28:00 PST
Unblock this bug.
Comment 4 Frédéric Wang (:fredw) 2014-06-21 03:05:15 PDT
I'm not sure what this bug is about, but AFAIK msub now uses flexboxes.