Bug 84019 (mathml-in-mathjax)
Summary: | MathML in MathJax | ||
---|---|---|---|
Product: | WebKit | Reporter: | Frédéric Wang (:fredw) <fred.wang> |
Component: | MathML | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | dbarton, donggwan.kim, fred.wang, syoichi, webmaster |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 85731, 85732, 110070, 44208, 47780, 67604, 72828, 85729, 85730, 85733, 85734, 85735, 96960, 97401, 99614, 99618, 99620, 115610, 115786, 115787, 118737, 119038 | ||
Bug Blocks: | 84012 |
Frédéric Wang (:fredw)
MathJax is a popular Javascript library to display mathematical formulas. For Webkit browsers the native MathML rendering is not used by default, because its MathML support is not considered complete enough (users/webmasters can change the config, though). Note that Mozilla's implementation is much more mature and however not used by default either because features like equation labeling or linebreaking are still missing (Mozilla bug report: https://bugzilla.mozilla.org/show_bug.cgi?id=687809).
I open this bug to track MathML issues that prevent the Webkit MathML support to be enabled by default in MathJax or future MathML bugs that could be reported by the MathJax team. This bug may also help to track possible improvements to the Webkit MathML engine related to MathJax implementation (like supporting MathJax fonts). More and more people are using MathML throughout this library (the Wikipedia folks plan to use it) so that should guide Webkit developers towards the most important MathML bugs/features.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Frédéric Wang (:fredw)
This page gives an overview of some issues with the MathML code generated by MathJax from LaTeX commands:
https://github.com/mathjax/MathJax/wiki/MathML-Support-In-Browsers
I've created a couple of bugs regarding features that are not implemented in Webkit yet.
Frédéric Wang (:fredw)
Marked as WONTFIX. The plan is to follow MathML Core and be compatible with other browsers.