W3C PR-math-19980224

Mathematical Markup Language

W3C Proposed Recommendation

This version:
http://www.w3.org/TR/1998/PR-math-19980224
http://www.w3.org/TR/1998/PR-math-19980224.tar.gz
http://www.w3.org/TR/1998/PR-math-19980224.zip
Latest version:
http://www.w3.org/TR/PR-math
Previous version:
http://www.w3.org/TR/WD-math-980106
Editors:
Patrick Ion <ion@math.ams.org>
(Mathematical Reviews / American Mathematical Society)
Robert Miner <rminer@geom.umn.edu>
(Geometry Center / University of Minnesota)
Principal Writers:
Stephen Buswell, Stan Devitt, Angel Diaz, Nico Poppelier,
Bruce Smith, Neil Soiffer, Robert Sutor, Stephen Watt


Status of this document

This is a stable document derived from the 6 January 1998 working draft of the MathML specification. This document has been produced as part of the W3C HTML Activity. The publication of this document does not imply endorsement by the Consortium's staff or Member organizations.

The fundamental eXtensible Markup Language (XML) 1.0 specification has just been adopted as a W3C Recommendation. Should future changes in the XML specification necessitate changes in the MathML specification, it is the intention of the HTML-Math Working Group to issue a revision of the MathML specification. However, any changes are very unlikely to be substantial.

Most of this document represents technology tested by multiple implementations. A summary of MathML rendering and authoring software is described on the HTML-Math Working Group home page. Some features have not had the benefit of extensive implementation experience. Nonetheless, the experience of the Working Group members with analogous features in other domains has resulted in consensus that these features belong in this specification.

The HTML-Math Working Group intends further development of recommendations for mathematics on the Web, as set out below and in its Charter.

A list of current W3C Technical Reports can be found at http://www.w3.org/TR.


Abstract

This specification defines the Mathematical Markup Language, or MathML. MathML is an XML application for describing mathematical notation and capturing both its structure and content. The goal of MathML is to enable mathematics to be served, received, and processed on the Web, just as HTML has enabled this functionality for text.

This specification of the markup language MathML is intended primarily for a readership consisting of those who will be developing or implementing renderers or editors using it, or software that will communicate using MathML as a protocol for input or output. It is not a User's Guide but rather a reference document.

This document begins with background information on mathematical notation, the problems it poses, and the philosophy underlying the solutions MathML proposes. MathML can be used to encode both mathematical notation and mathematical content. Twenty-eight of the MathML tags describe abstract notational structures, while another seventy-five provide a way of unambiguously specifying the intended meaning of an expression. Additional chapters discuss how the MathML content and presentation elements interact, and how MathML renderers might be implemented and should interact with browsers. Finally, this document addresses the issue of MathML entities (extended characters) and their relation to fonts.

While MathML is human-readable it is anticipated that, in all but the simplest cases, authors will use equation editors, conversion programs, and other specialized software tools to generate MathML. Several early versions of such MathML tools already exist, and a number of others, both freely available software and commercial products, are under development.


Table of Contents

Extended Table of Contents

Chapter 1. Introduction
Chapter 2. MathML Fundamentals
Chapter 3. Presentation Markup
Chapter 4. Content Markup
Chapter 5. Mixing Presentation and Content
Chapter 6. Entities, Characters and Fonts
Chapter 7. Implementing MathML

Appendix A. DTD for MathML
Appendix B. Glossary
Appendix C. Operator Dictionary
Appendix D. Working Group Membership
Appendix E. Informal EBNF Grammar for Content Elements
Appendix F. Default Semantic Bindings for Content Elements

References