Changes between Version 19 and Version 20 of MathML/Early_2016_Refactoring
- Timestamp:
- Apr 26, 2016, 10:19:09 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MathML/Early_2016_Refactoring
v19 v20 36 36 [https://bugs.webkit.org/show_bug.cgi?id=156913 bug 156913], 37 37 [https://bugs.webkit.org/show_bug.cgi?id=156921 bug 156921], 38 [https://bugs.webkit.org/show_bug.cgi?id=156950 bug 156950] and 39 [https://bugs.webkit.org/show_bug.cgi?id=156836 bug 156836]. 38 [https://bugs.webkit.org/show_bug.cgi?id=156950 bug 156950]. 40 39 41 6) [https://bugs.webkit.org/show_bug.cgi?id=153987 RenderMathMLRoot]: square root or arbitrary N-th root. Again, read [http://www.mathml-association.org/MathMLinHTML5/S3.html#SS3.SSS3 the corresponding section in the MathML in HTML5 note] to understand all the parameters. Since we want to draw radical signs without anonymous renderers, we need bug 152244 first. 40 6) [https://bugs.webkit.org/show_bug.cgi?id=153987 RenderMathMLRoot]: square root or arbitrary N-th root. Again, read [http://www.mathml-association.org/MathMLinHTML5/S3.html#SS3.SSS3 the corresponding section in the MathML in HTML5 note] to understand all the parameters. Since we want to draw radical signs without anonymous renderers, we need bug 152244 first. See also [https://bugs.webkit.org/show_bug.cgi?id=156836 bug 156836]. 42 41 43 42 7) [https://bugs.webkit.org/show_bug.cgi?id=155018 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.