Changes between Version 4 and Version 5 of MathML
- Timestamp:
- Sep 10, 2009, 6:22:14 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MathML
v4 v5 5 5 Native rendering and support for MathML elements is currently being implemented. There are a number of patches relating to adding MathML support but there is currenly only one relating to [https://bugs.webkit.org/show_bug.cgi?id=28982 native rendering]. Once this patch has been reviewed and accepted, MathML support will be able to be built into WebKit. 6 6 7 == Building == 8 9 MathML support is turned on at compile time by the ENABLE_MATHML definition. This can be toggled by the "mathml" toggle. For MathML, use 10 11 {{{ 12 build-webkit --mathml 13 }}} 14 15 To turn MathML off, use: 16 17 {{{ 18 build-webkit --no-mathml 19 }}} 20 7 21 == Documents == 8 22