Changes between Version 53 and Version 54 of MathML/Early_2016_Refactoring


Ignore:
Timestamp:
Jul 11, 2016 11:04:54 PM (8 years ago)
Author:
fred.wang@free.fr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MathML/Early_2016_Refactoring

    v53 v54  
    7777~~19) [https://bugs.webkit.org/show_bug.cgi?id=155792 Basic implementation of mpadded]~~
    7878
    79 20) [https://bugs.webkit.org/show_bug.cgi?id=85733 Add support for @href attribute in MathML]
     79~~20) [https://bugs.webkit.org/show_bug.cgi?id=85733 Add support for @href attribute in MathML]~~
    8080
    818121) ~~Use OpenType MATH fonts by default. See [https://bugs.webkit.org/show_bug.cgi?id=133603 bug 133603] and [https://bugs.webkit.org/show_bug.cgi?id=156840 bug 156840]~~
     
    8585In this third phase, we try and [https://bugs.webkit.org/show_bug.cgi?id=156536 move all parsing of MathML attributes from renderer classes to element classes]. Hopefully, this will also improve how we handle the update of the renderers when dynamic changes of attributes happen.
    8686
    87 22) [https://bugs.webkit.org/show_bug.cgi?id=156792  Create a MathMLLength struct to handle the parsing of MathML length]
     87~~22) [https://bugs.webkit.org/show_bug.cgi?id=156792  Create a MathMLLength struct to handle the parsing of MathML length]~~
    8888
    89 23) [https://bugs.webkit.org/show_bug.cgi?id=156795 Move parsing of mspace attributes to a MathMLSpaceElement class]
     89~~23) [https://bugs.webkit.org/show_bug.cgi?id=156795 Move parsing of mspace attributes to a MathMLSpaceElement class]~~
    9090
    919124) [https://bugs.webkit.org/show_bug.cgi?id=159620 Move parsing of mpadded attributes to a MathMLPaddedElement class]