A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

MathML: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
(Add link to the main MathML page.)
(Remove redundant sentence.)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Tracking the implementation of [http://www.w3.org/Math/ MathML] in the wild
Tracking the implementation of [http://www.w3.org/Math/ MathML] in the wild


== Status ==


== Status ==
{|border=1 cellpadding=4 cellspacing=0
|-
! Browser
! Notes
|-
| Chrome
|
|-
| Firefox
| Currently the most feature-rich browser implementation of MathML.
|-
| Internet Explorer
| No support in core distribution but with (no cost) MathPlayer add-on has full Content and Presentation MathML3 rendering (with non standard DOM due to IE's plugin architecture)
|
|-
| Opera
| Only interested in implementing [http://www.w3.org/TR/mathml-for-css/ MathML for CSS].
|-
| Safari
| Basic Support for a subset of Presentation MathML
|}


Chrome - ?
== Presentation MathML ==


Firefox - Currently the most feature-rich implementation of MathML.
Content MathML should '''not''' be used and it is not going to be implemented by browser vendors. Any implementation of MathML should implement [http://www.w3.org/TR/MathML3/chapter3.html Presentation MathML].
Firefox made sure that the Gecko engine does not corrupt copy-paste operations that contain Content MathML alternatives.


Internet Explorer - ?
== Mediawiki and Wikipedia ==


Opera - ?
Right now the [http://www.mediawiki.org/wiki/Extension:Math/MathJax_testing Mediawiki site has MathJax in testing] and this will come to Wikipedia in the near future, when the new code gets deployed.


Safari - ?
== References ==


* [http://www.w3.org/Math/draft-spec/mathml.html Editors' draft of MathML]
* [http://en.wikipedia.org/wiki/MathML Wikipedia page on MathML]
* [[Equations in HTML]]


[[Category:Spec coordination]]
[[Category:Spec coordination]]

Latest revision as of 07:53, 9 June 2012

Tracking the implementation of MathML in the wild

Status

Browser Notes
Chrome
Firefox Currently the most feature-rich browser implementation of MathML.
Internet Explorer No support in core distribution but with (no cost) MathPlayer add-on has full Content and Presentation MathML3 rendering (with non standard DOM due to IE's plugin architecture)
Opera Only interested in implementing MathML for CSS.
Safari Basic Support for a subset of Presentation MathML

Presentation MathML

Content MathML should not be used and it is not going to be implemented by browser vendors. Any implementation of MathML should implement Presentation MathML. Firefox made sure that the Gecko engine does not corrupt copy-paste operations that contain Content MathML alternatives.

Mediawiki and Wikipedia

Right now the Mediawiki site has MathJax in testing and this will come to Wikipedia in the near future, when the new code gets deployed.

References