[Webkit-unassigned] [Bug 161306] New: Move direction property into the operator dictionary

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 28 23:10:00 PDT 2016


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

            Bug ID: 161306
           Summary: Move direction property into the operator dictionary
    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
        Depends on: 153984

Currently MathMLOperatorDictionary has one dictionary indexed by Operator+Form and a list of horizontal operators. We could do like in Gecko and make "horizontal" a boolean property (encoded by a new MathMLOperatorDictionary::Flag), so that it can be directly integrated into the operator dictionary and accessed via MathMLOperatorDictionary::search. We just need to ensure that all the forms have the same direction.

-- 
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/20160829/4e849f06/attachment.html>


More information about the webkit-unassigned mailing list