[Webkit-unassigned] [Bug 156537] New: Move parsing of dictionary-based operator attributes into the MathML element classes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 07:56:13 PDT 2016


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

            Bug ID: 156537
           Summary: Move parsing of dictionary-based operator attributes
                    into the MathML element classes
    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
            Blocks: 156536

One more step for bug 156536. I think when we get rid of all anonymous nodes it should be easier to fix that bug.

Currently this code is in RenderMathMLOperator and MathMLOperatorDictionary.

The operator properties depend on explicit attributes, on dictionary values (which depends on the infix/prefix/postfix form) and on the position of the operator inside its container value (for the form value):

https://www.w3.org/TR/MathML3/chapter3.html#presm.mo.dict.attrs
https://www.w3.org/TR/MathML3/appendixc.html

Some are length values. See the related bug 118900.

-- 
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/20160413/1e9db885/attachment.html>


More information about the webkit-unassigned mailing list