Changes between Version 13 and Version 14 of MathML/Early_2016_Refactoring
- Timestamp:
- Apr 20, 2016, 12:13:33 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MathML/Early_2016_Refactoring
v13 v14 69 69 === Phase 3 === 70 70 71 In this third phase, we try and 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.71 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. 72 72 73 73 22) [https://bugs.webkit.org/show_bug.cgi?id=156792 Create a MathMLLength class to handle the parsing of MathML length] 74 75 23) [https://bugs.webkit.org/show_bug.cgi?id=156795 Move MathML attribute parsing from the renderer classes to the element classes] 76 77 24) [https://bugs.webkit.org/show_bug.cgi?id=156537 Move parsing of dictionary-based operator attributes into the MathML element classes] 78 74 79 75 80 == Accessibility Changes ==