Changes between Version 26 and Version 27 of MathML/Early_2016_Refactoring
- Timestamp:
- May 16, 2016, 12:03:40 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MathML/Early_2016_Refactoring
v26 v27 47 47 [https://bugs.webkit.org/show_bug.cgi?id=157519 bug 157519], 48 48 [https://bugs.webkit.org/show_bug.cgi?id=157521 bug 157521], 49 [https://bugs.webkit.org/show_bug.cgi?id=157568 bug 157568]and finally49 ~~[https://bugs.webkit.org/show_bug.cgi?id=157568 bug 157568]~~ and finally 50 50 [https://bugs.webkit.org/show_bug.cgi?id=155018 bug 155018]. 51 51 … … 89 89 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. 90 90 91 22) [https://bugs.webkit.org/show_bug.cgi?id=156792 Create a MathMLLength classto handle the parsing of MathML length]91 22) [https://bugs.webkit.org/show_bug.cgi?id=156792 Create a MathMLLength struct to handle the parsing of MathML length] 92 92 93 93 23) [https://bugs.webkit.org/show_bug.cgi?id=156795 Move parsing of mspace attributes to a MathMLSpaceElement class]