= MathML Project = == Status == 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. == Fonts == The user agent CSS stylesheet for MathML is configured to rely on the STIX fonts and then fallback to other fonts. It is recommended that you download and install the [http://www.stixfonts.org/ STIX fonts]. == Building == MathML support is turned on at compile time by the ENABLE_MATHML definition. This can be toggled by the "mathml" toggle. For MathML, use {{{ build-webkit --mathml }}} To turn MathML off, use: {{{ build-webkit --no-mathml }}} == Documents == * [wiki:"MathML Goals"] * [wiki:"Status"] * [https://bugs.webkit.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=&content=MathML Issues relating to MathML] * [wiki:"MathML 3 testsuite results"]