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. |
| 5 | There is now basic support for MathML in WebKit. The native render has basic support the follow |
| 6 | elements: |
| 7 | |
| 8 | * mrow and mfenced |
| 9 | * mo with operator stretching |
| 10 | * mi, mn, and mtext |
| 11 | * msub, msup, and msubsup |
| 12 | * mover, munder, and munderover |
| 13 | * mtable |
| 14 | * mroot and msqrt |
| 15 | |
| 16 | There are a number of patches relating to further MathML support that can be viewed via the [https://bugs.webkit.org/show_bug.cgi?id=3251 master bug] for MathML. Other bugs can be queried using the "MathML" component in the [https://bugs.webkit.org/ bug database]. |