HTML/MathML: Difference between revisions
< HTML
(drafted) |
m (Tantek moved page HTML5/MathML to HTML/MathML) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
Welcome to the Mozilla wiki page on the MathML feature of [[HTML5]]. Please feel free to contribute new test pages or new sections. -- Tantek | |||
== spec references == | |||
HTML5 defines the embedding model of MathML in HTML: | |||
http://www.w3.org/TR/html5/the-map-element.html#mathml | |||
The semantics of MathML elements are defined by the [http://www.w3.org/TR/MathML/ MathML specification]. | |||
== test pages == | == test pages == | ||
https://eyeasme.com/Joe/MathML/MathML_browser_test.html | * https://eyeasme.com/Joe/MathML/MathML_browser_test.html | ||
** Note: uses an experimental XHTML 1.1 plus MathML 2.0 DTD, however HTML5 browsers should be able to handle the composite HTML + MathML markup in the document. | |||
== authoring == | == authoring == | ||
| Line 18: | Line 25: | ||
** announcement: 2010-08-17 [http://webkit.org/blog/1366/announcing%e2%80%a6mathml/ Announcing…MathML!] posted by Beth Dakin | ** announcement: 2010-08-17 [http://webkit.org/blog/1366/announcing%e2%80%a6mathml/ Announcing…MathML!] posted by Beth Dakin | ||
** build: WebKit nightly build r65398 has some support for parsing/rendering MathML. | ** build: WebKit nightly build r65398 has some support for parsing/rendering MathML. | ||
== see also == | |||
* [[HTML5]] home page | |||
Latest revision as of 07:10, 20 July 2018
This article is a stub. You can help MozillaWiki by expanding it.
Welcome to the Mozilla wiki page on the MathML feature of HTML5. Please feel free to contribute new test pages or new sections. -- Tantek
spec references
HTML5 defines the embedding model of MathML in HTML: http://www.w3.org/TR/html5/the-map-element.html#mathml
The semantics of MathML elements are defined by the MathML specification.
test pages
- https://eyeasme.com/Joe/MathML/MathML_browser_test.html
- Note: uses an experimental XHTML 1.1 plus MathML 2.0 DTD, however HTML5 browsers should be able to handle the composite HTML + MathML markup in the document.
authoring
See: https://developer.mozilla.org/en/Mozilla_MathML_Project/Authoring
Firefox implementation
Firefox has supported MathML since the release of 3.6 at the beginning of 2010.
See MathML:Home_Page for the MathML in Firefox implementation project.
other implementations
- Webkit
- announcement: 2010-08-17 Announcing…MathML! posted by Beth Dakin
- build: WebKit nightly build r65398 has some support for parsing/rendering MathML.
see also
- HTML5 home page