RESOLVED FIXED 155714
Use Stack* parameters from the OpenType MATH table
https://bugs.webkit.org/show_bug.cgi?id=155714
Summary Use Stack* parameters from the OpenType MATH table
Frédéric Wang (:fredw)
Reported 2016-03-21 02:17:11 PDT
Follow up of bug 155639. When the linethickness of the fraction is 0, we can layout as a stack using the following parameters: StackTopShiftUp StackTopDisplayStyleShiftUp StackBottomShiftDown StackBottomDisplayStyleShiftDown StackGapMin StackDisplayStyleGapMin
Attachments
Patch (28.49 KB, patch)
2016-03-21 02:37 PDT, Frédéric Wang (:fredw)
no flags
Patch (31.04 KB, patch)
2016-04-26 09:05 PDT, Frédéric Wang (:fredw)
no flags
Patch (31.04 KB, patch)
2016-06-25 00:40 PDT, Frédéric Wang (:fredw)
no flags
Patch (31.25 KB, patch)
2016-07-08 08:46 PDT, Frédéric Wang (:fredw)
bfulgham: review+
Frédéric Wang (:fredw)
Comment 1 2016-03-21 02:37:55 PDT
Frédéric Wang (:fredw)
Comment 2 2016-04-26 09:05:10 PDT
Frédéric Wang (:fredw)
Comment 3 2016-06-25 00:40:29 PDT
Frédéric Wang (:fredw)
Comment 4 2016-07-08 08:46:47 PDT
Brent Fulgham
Comment 5 2016-07-11 09:51:54 PDT
Comment on attachment 283166 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=283166&action=review Looks good to me. r=me. > Source/WebCore/ChangeLog:17 > + * rendering/mathml/RenderMathMLFraction.h: Define a isStack helper function and define ... Define AN isStack helper function ... > Source/WebCore/rendering/mathml/RenderMathMLFraction.h:89 > + }; For consistency, it seems like these two new unions should be placed above the FractionAlignment member variables.
Frédéric Wang (:fredw)
Comment 6 2016-07-11 11:43:12 PDT
Note You need to log in before you can comment on or make changes to this bug.