You're reading: Posts Tagged: mathml

Chrome no longer supports MathML

Recently we reported that Chrome has added support for MathML, a good method for representing maths on the web. Now a comment on a discussion about enabling MathML in Chromium, the open source web browser project from which Google Chrome draws its source code, has announced that this feature will be turned off, for now. The comment, from user meh@chromium.org yesterday, says:

Note that MathML has had to be turned off because the code is not yet production ready.
We hope to turn it on in some future release. We plan to announce this in the Chrome 25 release notes.

Earlier today user isherman@chromium.org posted this clarification:

To summarize the current status of this bug: We’d like to enable MathML in Chrome, but the WebKit code still needs further improvements before we can ship it.

Further information: Enabling support for MathML.

via @pkrautz on Twitter.

Chrome now supports MathML

Chrome 24's rendering of the Mozilla MathML Torture Test

Update 07/02/2013: Google giveth, and it taketh away. MathML support in Chrome has been disabled until it’s “production-ready”.

Putting maths on the web has always been a tricky proposition. Typesetting notation is a highly complicated procedure, so for years people have got by either by compromising on aesthetics and writing equations in plain, unadorned text, or by using off-line LaTeX compilers to make blurry images of what they’re trying to say.

Wikipedia adds MathJax display option

According to a post by Frédéric Wang on the Mozilla MathML mailing list, Wikipedia now supports rendering mathematics via MathJax (and through it, MathML). Wang says:

Today, a new Math rendering mode has been added to Wikipedia. You need a Wikipedia account to use it. In My preferences => Appearance => Math, choose “MathJax”. Once enabled, MathJax’s HTML-CSS output will be used by default. If you want to use MathML instead, right click on a formula and choose “Math Settings => Math Renderer => MathML”.

Source:  New MathML option available in Wikipedia.