Changes between Version 44 and Version 45 of MathML/Early_2016_Refactoring


Ignore:
Timestamp:
Jul 7, 2016 3:05:07 PM (8 years ago)
Author:
fred.wang@free.fr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MathML/Early_2016_Refactoring

    v44 v45  
    1515* '''paint''': it does special painting for e.g. fraction line or root overbar.
    1616
    17 === Phase 1 ===
     17=== Phase 1 (DONE) ===
    1818
    1919The initial goal is 10) below. It now depends on the following bugs. Patches are generally more or less independent, although test expectations will depend on the exact order in which they are applied.
     
    5353~~9) [https://bugs.webkit.org/show_bug.cgi?id=155168 RenderMathMLSpace]: Simple renderer to insert blank boxes for adjusting spacing of math formulas.~~
    5454
    55 10) [https://bugs.webkit.org/show_bug.cgi?id=153991 Remove flexbox dependency]: This is the final patch to make RenderMathMLBlock inherit from RenderBlock rather than RenderFlexibleBox
     55~~10) [https://bugs.webkit.org/show_bug.cgi?id=153991 Remove flexbox dependency]: This is the final patch to make RenderMathMLBlock inherit from RenderBlock rather than RenderFlexibleBox~~
    5656
    5757=== Phase 2 ===