RESOLVED FIXED Bug 155542
Add support for movablelimits
https://bugs.webkit.org/show_bug.cgi?id=155542
Summary Add support for movablelimits
Frédéric Wang (:fredw)
Reported 2016-03-16 08:08:39 PDT
Created attachment 274190 [details] Patch (WIP) When the base of an munderover/munder/mover element is an operator with the movablelimits=true property in displaystyle=false ; it should render the same as the equivalent msubsup/msub/sup. After the MathML refactoring, it is easy: we essentially need to make RenderMathMLUnderOver inherits from RenderMathMLScripts. This actually allows to share more code between the two classes. I'm attaching a WIP patch. I plan to add new tests and to test it on mac too tomorrow.
Attachments
Patch (WIP) (15.27 KB, patch)
2016-03-16 08:08 PDT, Frédéric Wang (:fredw)
no flags
testcase (15.27 KB, patch)
2016-03-16 08:09 PDT, Frédéric Wang (:fredw)
no flags
testcase (1018 bytes, text/html)
2016-03-16 08:09 PDT, Frédéric Wang (:fredw)
no flags
Patch (45.53 KB, patch)
2016-03-17 01:29 PDT, Frédéric Wang (:fredw)
no flags
Patch (47.65 KB, patch)
2016-04-26 09:01 PDT, Frédéric Wang (:fredw)
no flags
Patch (47.61 KB, patch)
2016-06-25 00:38 PDT, Frédéric Wang (:fredw)
no flags
Patch (46.29 KB, patch)
2016-07-07 23:04 PDT, Frédéric Wang (:fredw)
no flags
Frédéric Wang (:fredw)
Comment 1 2016-03-16 08:09:06 PDT
Created attachment 274191 [details] testcase
Frédéric Wang (:fredw)
Comment 2 2016-03-16 08:09:52 PDT
Created attachment 274192 [details] testcase
Frédéric Wang (:fredw)
Comment 3 2016-03-17 01:29:06 PDT
Frédéric Wang (:fredw)
Comment 4 2016-04-26 09:01:47 PDT
Frédéric Wang (:fredw)
Comment 5 2016-06-25 00:38:30 PDT
Brent Fulgham
Comment 6 2016-07-07 14:05:28 PDT
Comment on attachment 282053 [details] Patch These changes seem okay. Please confirm tests pass with these updates in place before landing.
Frédéric Wang (:fredw)
Comment 7 2016-07-07 23:04:31 PDT
Frédéric Wang (:fredw)
Comment 8 2016-07-08 00:16:09 PDT
Note You need to log in before you can comment on or make changes to this bug.