[Webkit-unassigned] [Bug 155542] New: Add support for movablelimits

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 08:08:39 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=155542

            Bug ID: 155542
           Summary: Add support for movablelimits
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: MathML
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fred.wang at free.fr
                CC: alex at igalia.com, mrobinson at webkit.org
        Depends on: 133845
            Blocks: 118737

Created attachment 274190
  --> https://bugs.webkit.org/attachment.cgi?id=274190&action=review
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160316/f2c8daae/attachment.html>


More information about the webkit-unassigned mailing list