WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(31.04 KB, patch)
2016-04-26 09:05 PDT
,
Frédéric Wang (:fredw)
no flags
Details
Formatted Diff
Diff
Patch
(31.04 KB, patch)
2016-06-25 00:40 PDT
,
Frédéric Wang (:fredw)
no flags
Details
Formatted Diff
Diff
Patch
(31.25 KB, patch)
2016-07-08 08:46 PDT
,
Frédéric Wang (:fredw)
bfulgham
: review+
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Frédéric Wang (:fredw)
Comment 1
2016-03-21 02:37:55 PDT
Created
attachment 274578
[details]
Patch
Frédéric Wang (:fredw)
Comment 2
2016-04-26 09:05:10 PDT
Created
attachment 277384
[details]
Patch
Frédéric Wang (:fredw)
Comment 3
2016-06-25 00:40:29 PDT
Created
attachment 282058
[details]
Patch
Frédéric Wang (:fredw)
Comment 4
2016-07-08 08:46:47 PDT
Created
attachment 283166
[details]
Patch
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
Committed
r203073
: <
http://trac.webkit.org/changeset/203073
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug