Changes between Version 59 and Version 60 of MathML/Early_2016_Refactoring
- Timestamp:
- Jul 25, 2016, 5:25:29 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MathML/Early_2016_Refactoring
v59 v60 1 1 == Overview == 2 2 3 For the rationale and initial plan see [https://lists.webkit.org/pipermail/webkit-dev/2015-December/027840.html Alex's message] on webkit-dev mailing list. See also [https://github.com/WebKit/webkit/compare/master...fred-wang:mathml Fred's MathML branch] for an overview of the list of commits and bug entries.3 For the rationale and initial plan see [https://lists.webkit.org/pipermail/webkit-dev/2015-December/027840.html Alex's message] on webkit-dev mailing list. 4 4 5 5 The idea is now to remove the flexbox dependency (CSS properties & class inheritance) only after having rewritten MathML layout functions from scratch. Hence we no longer need to temporarily "duplicate" flexbox code and this should make review easier. When refactoring renderer classes, we also remove the anonymous renderers (and their associated style) that were created for the sake of the flexbox-based layout.