Changes between Version 4 and Version 5 of MathML


Ignore:
Timestamp:
Sep 10, 2009 6:22:14 PM (15 years ago)
Author:
alex@milowski.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MathML

    v4 v5  
    55Native 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.
    66
     7== Building ==
     8
     9MathML 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
     15To turn MathML off, use:
     16
     17{{{
     18   build-webkit --no-mathml
     19}}}
     20
    721== Documents ==
    822