Changes between Version 42 and Version 43 of MathML/Early_2016_Refactoring


Ignore:
Timestamp:
Jun 25, 2016 12:07:59 AM (8 years ago)
Author:
fred.wang@free.fr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MathML/Early_2016_Refactoring

    v42 v43  
    4242~~6) RenderMathMLRoot: square root or arbitrary N-th root. See [https://bugs.webkit.org/show_bug.cgi?id=156836 bug 156836] and [https://bugs.webkit.org/show_bug.cgi?id=153987 bug 153987].~~
    4343
    44 7) RenderMathMLOperator and RenderMathMLToken: Simple text (operators, variables, numbers etc). This removes anonymous renderers but the layout functions still rely on the RenderFlexibleBox's implementation. A new generic layout code will only be introduced for RenderMathMLBlock in bug 153991. See
    45 ~~[https://bugs.webkit.org/show_bug.cgi?id=157519 bug 157519]~~,
    46 ~~[https://bugs.webkit.org/show_bug.cgi?id=157521 bug 157521]~~,
    47 ~~[https://bugs.webkit.org/show_bug.cgi?id=157568 bug 157568]~~,
    48 [https://bugs.webkit.org/show_bug.cgi?id=139582 bug 139582], and finally
    49 [https://bugs.webkit.org/show_bug.cgi?id=155018 bug 155018].
     44~~7) RenderMathMLOperator and RenderMathMLToken: Simple text (operators, variables, numbers etc). This removes anonymous renderers but the layout functions still rely on the RenderFlexibleBox's implementation. A new generic layout code will only be introduced for RenderMathMLBlock in bug 153991. See
     45[https://bugs.webkit.org/show_bug.cgi?id=157519 bug 157519],
     46[https://bugs.webkit.org/show_bug.cgi?id=157521 bug 157521],
     47[https://bugs.webkit.org/show_bug.cgi?id=157568 bug 157568]
     48and finally [https://bugs.webkit.org/show_bug.cgi?id=155018 bug 155018].~~
    5049
    5150
     
    105104~~6) [https://bugs.webkit.org/show_bug.cgi?id=153987 RenderMathMLRoot]: Anonymous wrappers are removed.~~
    106105
    107 7) [https://bugs.webkit.org/show_bug.cgi?id=155018 RenderMathMLOperator and RenderMathMLToken]: The text content of token elements is now properly exposed into the accessibility tree. The management of anonymous child operators of the mfenced element must be adapted.
     1067) [https://bugs.webkit.org/show_bug.cgi?id=155018 RenderMathMLOperator and RenderMathMLToken]: The text content of token elements is now properly exposed into the accessibility tree. The management of anonymous child operators of the mfenced element must be adapted. See [https://bugs.webkit.org/show_bug.cgi?id=139582 bug 139582]