Bug 155714

Summary: Use Stack* parameters from the OpenType MATH table
Product: WebKit Reporter: Frédéric Wang (:fredw) <fred.wang>
Component: MathMLAssignee: Frédéric Wang (:fredw) <fred.wang>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, dbarton, esprehn+autocc, glenn, kondapallykalyan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
URL: http://tests.mathml-association.org/mathml/presentation-markup/fractions/frac-parameters-2.html
Bug Depends on: 153917, 155639, 158884    
Bug Blocks: 118737, 122297, 155756    
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch bfulgham: review+

Frédéric Wang (:fredw)
Reported Monday, March 21, 2016 10:17:11 AM UTC
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 Monday, March 21, 2016 10:37:55 AM UTC
Frédéric Wang (:fredw)
Comment 2 Tuesday, April 26, 2016 5:05:10 PM UTC
Frédéric Wang (:fredw)
Comment 3 Saturday, June 25, 2016 8:40:29 AM UTC
Frédéric Wang (:fredw)
Comment 4 Friday, July 8, 2016 4:46:47 PM UTC
Brent Fulgham
Comment 5 Monday, July 11, 2016 5:51:54 PM UTC
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 Monday, July 11, 2016 7:43:12 PM UTC
Note You need to log in before you can comment on or make changes to this bug.