Changes between Version 53 and Version 54 of MathML/Early_2016_Refactoring
- Timestamp:
- Jul 11, 2016 11:04:54 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MathML/Early_2016_Refactoring
v53 v54 77 77 ~~19) [https://bugs.webkit.org/show_bug.cgi?id=155792 Basic implementation of mpadded]~~ 78 78 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]~~ 80 80 81 81 21) ~~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]~~ … … 85 85 In 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. 86 86 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]~~ 88 88 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]~~ 90 90 91 91 24) [https://bugs.webkit.org/show_bug.cgi?id=159620 Move parsing of mpadded attributes to a MathMLPaddedElement class]