index.html 45.2 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464
<!DOCTYPE html
  PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <title>Mathematical Markup Language (MathML) Version 3.0</title><style type="text/css">

.egmeta {
color:#5555AA;font-style:italic;font-family:serif;font-weight:bold;
}

table.syntax {
font-size: 75%;
background-color: #DDDDDD;
border: thin  solid;
}
table.syntax td {
border: solid thin;
}
table.syntax th {
text-align: left;
}

table.attributes td { padding-left:0.5em; padding-right:0.5em; }
table.attributes td.attname { white-space:nowrap; vertical-align:top;}
table.attributes td.attdesc { background-color:#F0F0FF; padding-left:2em; padding-right:2em}

th.uname {font-size: 50%; text-align:left;}
code           { font-family: monospace; }

div.constraint,
div.issue,
div.note,
div.notice     { margin-left: 2em; }

li p           { margin-top: 0.3em;
                 margin-bottom: 0.3em; }

div.exampleInner pre { margin-left: 1em;
                       margin-top: 0em; margin-bottom: 0em}
div.exampleOuter {border: 4px double gray;
                  margin: 0em; padding: 0em}
div.exampleInner { background-color: #d5dee3;
                   border-top-width: 4px;
                   border-top-style: double;
                   border-top-color: #d3d3d3;
                   border-bottom-width: 4px;
                   border-bottom-style: double;
                   border-bottom-color: #d3d3d3;
                   padding: 4px; margin: 0em }
div.exampleWrapper { margin: 4px }
div.exampleHeader { font-weight: bold;
                    margin: 4px}
a.mainindex {font-weight: bold;}
li.sitem {list-style-type: none;}

  .error { color: red }

  div.mathml-example {border:solid thin black;
              padding: 0.5em;
              margin: 0.5em 0 0.5em 0;
             }
  div.strict-mathml-example {border:solid thin black;
              padding: 0.5em;
              margin: 0.5em 0 0.5em 0;
             }
  div.strict-mathml-example h5 {
  margin-top: -0.3em;
  margin-bottom: -0.5em;}
  var.meta {background-color:green}
  var.transmeta {background-color:red}
  pre.mathml {padding: 0.5em;
              background-color: #FFFFDD;}
  pre.mathml-fragment {padding: 0.5em;
              background-color: #FFFFDD;}
  pre.strict-mathml {padding: 0.5em;
              background-color: #FFFFDD;}
  .minitoc { border-style: solid;
             border-color: #0050B2; 
             border-width: 1px ;
             padding: 0.3em;}
  .attention { border-style: solid; 
               border-width: 1px ; 
               color: #5D0091;
               background: #F9F5DE; 
               border-color: red;
               margin-left: 1em;
               margin-right: 1em;
               margin-top: 0.25em;
               margin-bottom: 0.25em; }

  .attribute-Name { background: #F9F5C0; }
  .method-Name { background: #C0C0F9; }
  .IDL-definition { border-style: solid; 
               border-width: 1px ; 
               color: #001000;
               background: #E0FFE0; 
               border-color: #206020;
               margin-left: 1em;
               margin-right: 1em;
               margin-top: 0.25em;
               margin-bottom: 0.25em; }
  .baseline {vertical-align: baseline}

  #eqnoc1 {width: 10%}
  #eqnoc2 {width: 80%; text-align: center; }
  #eqnoc3 {width: 10%; text-align: right; }

div.div1 {margin-bottom: 1em;}
          
.h3style {
  text-align: left;
  font-family: sans-serif;
  font-weight: normal;
  color: #0050B2; 
  font-size: 125%;
}

  h4 { text-align: left;
       font-family: sans-serif;
       font-weight: normal;
       color: #0050B2; }
  h5 { text-align: left;
       font-family: sans-serif;
       font-weight: bold;
       color: #0050B2; } 

  th {background:  #E0FFE0;}

  p, blockquote, h4 { font-family: sans-serif; }
  dt, dd, dl, ul, li { font-family: sans-serif; }
  pre, code { font-family: monospace }

  a.termref {
  text-decoration: none;
  color: black;
  }


.mathml-render {
font-family: serif;
font-size: 130%;
border: solid 4px green;
padding-left: 1em;
padding-right: 1em;
}
</style><link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-REC.css">
   </head>
   <body>
      <div class="head">
         <p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48" width="72"></a></p>
         
         <h1><a name="title" id="title"></a>Mathematical Markup Language (MathML) Version 3.0
         </h1>
         
         <h2><a name="w3c-doctype" id="w3c-doctype"></a>W3C Recommendation 21 October 2010
         </h2>
         <dl>
            <dt>This version:</dt>
            <dd>
               <a href="http://www.w3.org/TR/2010/REC-MathML3-20101021/">http://www.w3.org/TR/2010/REC-MathML3-20101021/</a>
               
            </dd>
            <dt>Latest MathML 3 version:</dt>
            <dd><a href="http://www.w3.org/TR/MathML3/">http://www.w3.org/TR/MathML3/</a></dd>
            <dt>Latest MathML Recommendation:</dt>
            <dd><a href="http://www.w3.org/TR/MathML/">http://www.w3.org/TR/MathML/</a></dd>
            <dt>Previous version:</dt>
            <dd><a href="http://www.w3.org/TR/2010/PR-MathML3-20100810/">http://www.w3.org/TR/2010/PR-MathML3-20100810/</a></dd>
            <dt>Editors:</dt>
            <dd>David Carlisle, NAG</dd>
            <dd>Patrick Ion, Mathematical Reviews, American Mathematical Society</dd>
            <dd>Robert Miner, Design Science, Inc.</dd>
            <dt>Principal Authors:</dt>
            <dd>Ron Ausbrooks, Stephen Buswell, David Carlisle, Giorgi Chavchanidze, Stéphane Dalmas, Stan Devitt, Angel Diaz, Sam Dooley, Roger Hunter, Patrick Ion, Michael Kohlhase, Azzeddine Lazrek, Paul Libbrecht, Bruce Miller, Robert Miner, Chris Rowley, Murray Sargent, Bruce Smith, Neil Soiffer, Robert Sutor, Stephen Watt</dd>
         </dl>
         <p>Please refer to the <a href="http://www.w3.org/Math/Documents/mathml3-errata.html"><strong>errata</strong></a>
            for this document, which may include some normative corrections.
         </p>
         <p>In addition to the <a href="Overview.html">HTML</a> version, this document is also available in these non-normative formats: <a href="Overview-d.html">diff marked HTML version</a>, <a href="Overview.xml">XHTML+MathML version</a>, and&nbsp;<a href="mathml.pdf">PDF version</a>.
         </p>
         <p>See also <a href="http://www.w3.org/2005/11/Translations/Query?titleMatch=MathML3"><strong>translations</strong></a>.
         </p>
         <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1998-2010 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.
         </p>
      </div>
      <hr>
      <div>
         
         <h2><a name="abstract" id="abstract"></a>Abstract
         </h2>
         <p>
            This specification defines the Mathematical Markup Language, or
            <a name="td-mathml" id="td-mathml"></a>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 World Wide
            Web, just as <a name="td-html" id="td-html"></a>HTML has
            enabled this functionality for text.
            
         </p>
         <p>
            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 <em>not</em> a User's Guide but rather a
            reference document.
            
         </p>
         <p>
            MathML can be used to encode both mathematical notation and
            mathematical content. About thirty-eight of the MathML tags describe
            abstract notational structures, while another about one hundred and
            seventy 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 special characters used for
            mathematics, their handling in MathML, their presence in Unicode,
            and their relation to fonts.
            
         </p>
         <p>
            While MathML is human-readable, authors typically will
            use equation editors, conversion
            programs, and other specialized software tools to generate
            MathML. Several versions of such MathML tools exist,
            both freely available software and commercial
            products, and more are under development.
            
         </p>
      </div>
      <div>
         
         <h2><a name="status" id="status"></a>Status of this Document
         </h2>
         <p><em> This section describes the status of this document at the time
               of its publication. Other documents may supersede this document. A
               list of current W3C publications and the latest revision of this
               technical report can be found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> at
               http://www.w3.org/TR/.</em>
            
         </p>
         <p>
            This document was produced by the <a href="http://www.w3.org/Math/">W3C Math Working Group</a> as
            a <a href="http://www.w3.org/Consortium/Process/tr#RecsW3C">Recommendation</a>
            and is part of the
            W3C <a href="http://www.w3.org/Math/Activity">Math Activity</a>.
            The goals of the W3C Math Working Group are discussed in the <a href="http://www.w3.org/Math/Documents/Charter2006.html"> W3C Math WG
               Charter</a> (revised July 2006).  The authors of this document are 
            the W3C Math Working Group members.  A list of <a href="appendixe.html">participants in the W3C Math Working Group</a>
            is available.
            
         </p>
         <p>This document has been reviewed by W3C Members, by software
            developers, and by other W3C groups and interested parties, and is
            endorsed by the Director as a W3C Recommendation. It is a stable
            document and may be used as reference material or cited from another
            document. W3C's role in making the Recommendation is to draw attention
            to the specification and to promote its widespread deployment. This
            enhances the functionality and interoperability of the Web.
         </p>
         <p>
            The Working Group maintains a comprehensive 
            <a href="http://www.w3.org/Math/testsuite/">Test Suite</a>.  This 
            is publicly available and developers are encouraged to submit their results for display.  
            The <a href="http://www.w3.org/Math/testsuite/results/tests.html">Test Results</a> 
            are public.  They show at least two interoperable implementations for each 
            essential test. Further details may be found in the 
            <a href="http://www.w3.org/Math/Documents/mml3-implementation-report.html">Implementation Report</a>.
         </p>
         <p>Closely associated with the MathML 3.0 specification is 
            <a href="http://www.w3.org/TR/mathml-for-css/">A MathML for CSS Profile</a>, also approved to be
             published as a Recommendation.  This 
            describes a profile of MathML 3.0 that can be well formatted with Cascading Style Sheets.
            
         </p>
         <p>
            The MathML 2.0 (Second Edition) specification has been a W3C
            Recommendation since 2001.  After its
            recommendation, a W3C Math Interest Group collected 
            reports of  experience
            with the deployment of MathML and identified issues with MathML that
            might be ameliorated.  The rechartering of a Math Working Group
            did not signal any change in the overall design of MathML.
            The major additions in MathML 3 are support for
            bidirectional layout, better linebreaking and explicit positioning,
            elementary math notations, and a new strict content MathML vocabulary
            with well-defined semantics.  The MathML 3 Specification has also been
            restructured. 
            
         </p>
         <p> This document was produced by a group operating under 
            the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent Policy</a>. W3C maintains a 
            <a href="http://www.w3.org/2004/01/pp-impl/35549/status" rel="disclosure">public list of any patent disclosures</a> made in connection with 
            the deliverables of the group; that page also includes instructions 
            for disclosing a patent. An individual who has actual knowledge of 
            a patent which the individual believes contains 
            <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a> 
            must disclose the information in accordance with 
            <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the W3C Patent Policy</a>.
         </p>
         <p>Public discussion of MathML and issues of support through the W3C
            for mathematics on the Web takes place on <a href="mailto:www-math@w3.org"> the public mailing list of the Math Working
               Group</a> (<a href="http://lists.w3.org/Archives/Public/www-math/">list archives</a>).
            To subscribe send an email to <a href="mailto:www-math-request@w3.org">www-math-request@w3.org</a>
            with the word <code>subscribe</code> in the subject line.
            
         </p>
         <p>
            The basic chapter structure of this document is based on the earlier
            MathML 2.0 Recommendation <a href="appendixh.html#MathML2">[MathML2]</a>.  That MathML 2.0
            itself was a revision of the earlier W3C Recommendation MathML 1.01
            <a href="appendixh.html#MathML1">[MathML1]</a>; MathML 3.0 is a revision of the W3C
            Recommendation MathML 2.0.  It differs from it in that all previous
            chapters have been updated, some new
            elements and attributes added and some
            deprecated.  
            Much has been moved to separate documents containing explanatory
            material, material on characters and entities and on the MathML DOM.
            The discussion of character entities has led to the document
            <em>XML Entity Definitions for Characters</em> <a href="appendixg.html#Entities">[Entities]</a>,
            which is now a W3C Recommendation.  The concern with 
            use of CSS with MathML has led to the document <em>A MathML for CSS Profile</em> 
            <a href="appendixh.html#MathMLforCSS">[MathMLforCSS]</a>, which is  a W3C Recommendation 
            accompanying this one.
            
            
         </p>
         <p>
            The biggest differences from MathML 2.0 (Second Edition) are in Chapters 4 and 5, although there have been
            smaller improvements throughout the specification.  A more detailed
            description of changes from the previous Recommendation follows.
            
         </p>
         <ul>
            <li>
               <p>
                  Much of the non-normative explication
                  that formerly was found in Chapters 1 and 2, and many examples from
                  elsewhere in the previous MathML specifications, were removed
                  from the MathML3 specification and planned to be incorporated into a MathML Primer
                  to be prepared as a separate document.  It is expected this will help
                  the use of this formal MathML3 specification as a reference document
                  in implementations, and offer the new user better help in
                  understanding MathML's deployment. The remaining content of Chapters 1
                  and 2 has been edited to reflect the changes elsewhere in the
                  document, and in the rapidly evolving Web environment. Some of the
                  text in them went back to early days of the Web and XML, and its
                  explanations are now commonplace.
                  
               </p>
            </li>
            <li>
               <p>
                  Chapter 3, on presentation-oriented markup, adds new material on linebreaking,
                  and on markup for elementary math notations used in many
                  countries (<code>mstack</code>, <code>mlongdiv</code> and other 
                  associated elements). Other changes include revisions to 
                  the <code>mglyph</code>, <code>mpadded</code> and <code>maction</code> 
                  elements and significant unification and cleanup of attribute 
                  values.
                  Earlier work, as recorded in the W3C Note <a href="http://www.w3.org/TR/2006/NOTE-arabic-math-20060131/">Arabic
                     mathematical notation</a>, has allowed clarification of the
                  relationship with bidirectional text and examples
                  with RTL text have been added.
                  
               </p>
            </li>
            <li>
               <p>
                  Chapter 4, on content-oriented markup, contains major changes and additions.
                  The  meaning of the actual content remains as before in principle, 
                  but a lot of work has been done on expressing it better. A few new elements have been added.
                  
               </p>
            </li>
            <li>
               <p>
                  Chapter 5 has been refined as its purpose has been further
                  clarified to deal with the mixing of markup languages.  This chapter deals,
                  in particular, with interrelations of parts of the
                  MathML specification, especially with presentation and content
                  markup.
                  
               </p>
            </li>
            <li>
               <p>
                  Chapter 6 is a new addition which deals with the issues of interaction
                  of MathML with a host environment.  This chapter deals with interrelations 
                  of  the MathML specification with XML and HTML, but in the context of deployment
                  on the Web.  In particular there is a discussion of the interaction of CSS
                  with MathML.
                  
               </p>
            </li>
            <li>
               <p>
                  Chapter 7 replaces the previous Chapter 6, and has been rewritten 
                  and reorganized to reflect the new
                  situation in regard to Unicode, and the changed
                  W3C context with regard to named character entities.  The
                  new W3C specification <em>XML Entity Definitions for 
                     Characters</em>, which  incorporates those used for mathematics has
                  become a  a W3C Recommendation, <a href="appendixg.html#Entities">[Entities]</a>.
               </p>
            </li>
            <li>
               <p> 
                  The Appendices, of which there are eight shown, have been 
                  reworked.  
                  Appendix A now contains the new RelaxNG schema
                  for MathML3 as well as discussion of MathML3 DTD issues.
                  Appendix B addresses media types associated with MathML and
                  implicitly constitutes a request for the registration of three new ones,
                  as is now standard for work from the W3C.
                  Appendix C contains a new simplified and reconsidered Operator Dictionary.
                  Appendices D, E, F, G and H contain similar non-normative material to
                  that in the previous specification, now appropriately updated.
                  
               </p>
            </li>
            <li>
               <p> 
                  A fuller discussion of the document's evolution can be found in 
                  <a href="appendixf.html">Appendix&nbsp;F Changes</a>. 
                  
               </p>
            </li>
         </ul>
      </div>
      <div class="toc">
         
         <h2><a name="contents" id="contents"></a>Table of Contents
         </h2>
         <p class="toc">1 <a href="chapter1.html">Introduction</a><br>&nbsp;&nbsp;&nbsp;&nbsp;1.1 <a href="chapter1.html#intro.notation">Mathematics and its Notation</a><br>&nbsp;&nbsp;&nbsp;&nbsp;1.2 <a href="chapter1.html#intro.origin">Origins and Goals</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1.2.1 <a href="chapter1.html#intro.goals">Design Goals of MathML</a><br>&nbsp;&nbsp;&nbsp;&nbsp;1.3 <a href="chapter1.html#intro.overview">Overview</a><br>&nbsp;&nbsp;&nbsp;&nbsp;1.4 <a href="chapter1.html#intro.example">A First Example</a><br>2 <a href="chapter2.html">MathML Fundamentals</a><br>&nbsp;&nbsp;&nbsp;&nbsp;2.1 <a href="chapter2.html#fund.syntax">MathML Syntax and Grammar</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.1.1 <a href="chapter2.html#fund.xmlgeneral">General Considerations</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.1.2 <a href="chapter2.html#interf.namespace">MathML and Namespaces</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.1.3 <a href="chapter2.html#fund.xmlsyntax">Children versus Arguments</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.1.4 <a href="chapter2.html#fund.renderingmodel">MathML and Rendering</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.1.5 <a href="chapter2.html#fund.attval">MathML Attribute Values</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.1.6 <a href="chapter2.html#fund.globatt">Attributes Shared by all MathML Elements</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.1.7 <a href="chapter2.html#fund.collapse">Collapsing Whitespace in Input</a><br>&nbsp;&nbsp;&nbsp;&nbsp;2.2 <a href="chapter2.html#interf.toplevel">The Top-Level 
               <code>math</code> Element</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.2.1 <a href="chapter2.html#interf.toplevel.atts">Attributes</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.2.2 <a href="chapter2.html#id.2.2.2">Deprecated Attributes</a><br>&nbsp;&nbsp;&nbsp;&nbsp;2.3 <a href="chapter2.html#interf.genproc">Conformance</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.3.1 <a href="chapter2.html#fund.mathmlconf">MathML Conformance</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.3.2 <a href="chapter2.html#interf.error">Handling of Errors</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.3.3 <a href="chapter2.html#interf.unspecified">Attributes for unspecified data</a><br>3 <a href="chapter3.html">Presentation Markup</a><br>&nbsp;&nbsp;&nbsp;&nbsp;3.1 <a href="chapter3.html#presm.intro">Introduction</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.1.1 <a href="chapter3.html#id.3.1.1">What Presentation Elements Represent</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.1.2 <a href="chapter3.html#id.3.1.2">Terminology Used In This Chapter</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.1.3 <a href="chapter3.html#presm.reqarg">Required Arguments</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.1.4 <a href="chapter3.html#id.3.1.4">Elements with Special Behaviors</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.1.5 <a href="chapter3.html#presm.bidi">Directionality</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.1.6 <a href="chapter3.html#presm.scriptlevel">Displaystyle and Scriptlevel</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.1.7 <a href="chapter3.html#presm.linebreaking">Linebreaking of Expressions</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.1.8 <a href="chapter3.html#presm.warnfinetuning">Warning about fine-tuning of presentation</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.1.9 <a href="chapter3.html#presm.summary">Summary of Presentation Elements</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.1.10 <a href="chapter3.html#presm.presatt">Mathematics style attributes common to presentation elements</a><br>&nbsp;&nbsp;&nbsp;&nbsp;3.2 <a href="chapter3.html#presm.tokel">Token Elements</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.2.1 <a href="chapter3.html#presm.tokenchars">MathML characters in token elements</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.2.2 <a href="chapter3.html#presm.commatt">Mathematics style attributes common to token elements</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.2.3 <a href="chapter3.html#presm.mi">Identifier <code>&lt;mi&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.2.4 <a href="chapter3.html#presm.mn">Number <code>&lt;mn&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.2.5 <a href="chapter3.html#presm.mo">Operator, Fence, Separator or Accent
               <code>&lt;mo&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.2.6 <a href="chapter3.html#presm.mtext">Text <code>&lt;mtext&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.2.7 <a href="chapter3.html#presm.mspace">Space <code>&lt;mspace/&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.2.8 <a href="chapter3.html#presm.ms">String Literal <code>&lt;ms&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;3.3 <a href="chapter3.html#presm.genlayout">General Layout Schemata</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.3.1 <a href="chapter3.html#presm.mrow">Horizontally Group Sub-Expressions
               <code>&lt;mrow&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.3.2 <a href="chapter3.html#presm.mfrac">Fractions <code>&lt;mfrac&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.3.3 <a href="chapter3.html#presm.mroot">Radicals <code>&lt;msqrt&gt;</code>, <code>&lt;mroot&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.3.4 <a href="chapter3.html#presm.mstyle">Style Change <code>&lt;mstyle&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.3.5 <a href="chapter3.html#presm.merror">Error Message <code>&lt;merror&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.3.6 <a href="chapter3.html#presm.mpadded">Adjust Space Around Content
               <code>&lt;mpadded&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.3.7 <a href="chapter3.html#presm.mphantom">Making Sub-Expressions Invisible <code>&lt;mphantom&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.3.8 <a href="chapter3.html#presm.mfenced">Expression Inside Pair of Fences
               <code>&lt;mfenced&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.3.9 <a href="chapter3.html#presm.menclose">Enclose Expression Inside Notation
               <code>&lt;menclose&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;3.4 <a href="chapter3.html#presm.scrlim">Script and Limit Schemata</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.4.1 <a href="chapter3.html#presm.msub">Subscript <code>&lt;msub&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.4.2 <a href="chapter3.html#presm.msup">Superscript <code>&lt;msup&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.4.3 <a href="chapter3.html#presm.msubsup">Subscript-superscript Pair <code>&lt;msubsup&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.4.4 <a href="chapter3.html#presm.munder">Underscript <code>&lt;munder&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.4.5 <a href="chapter3.html#presm.mover">Overscript <code>&lt;mover&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.4.6 <a href="chapter3.html#presm.munderover">Underscript-overscript Pair
               <code>&lt;munderover&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.4.7 <a href="chapter3.html#presm.mmultiscripts">Prescripts and Tensor Indices
               <code>&lt;mmultiscripts&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;3.5 <a href="chapter3.html#presm.tabmat">Tabular Math</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.5.1 <a href="chapter3.html#presm.mtable">Table or Matrix
               <code>&lt;mtable&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.5.2 <a href="chapter3.html#presm.mtr">Row in Table or Matrix <code>&lt;mtr&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.5.3 <a href="chapter3.html#presm.mlabeledtr">Labeled Row in Table or Matrix
               <code>&lt;mlabeledtr&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.5.4 <a href="chapter3.html#presm.mtd">Entry in Table or Matrix <code>&lt;mtd&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.5.5 <a href="chapter3.html#presm.malign">Alignment Markers
               <code>&lt;maligngroup/&gt;</code>, <code>&lt;malignmark/&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;3.6 <a href="chapter3.html#presm.elementary">Elementary Math</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.6.1 <a href="chapter3.html#presm.mstack">Stacks of Characters <code>&lt;mstack&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.6.2 <a href="chapter3.html#presm.mlongdiv">Long Division <code>&lt;mlongdiv&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.6.3 <a href="chapter3.html#presm.msgroup">Group Rows with Similiar Positions <code>&lt;msgroup&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.6.4 <a href="chapter3.html#presm.msrow">Rows in Elementary Math <code>&lt;msrow&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.6.5 <a href="chapter3.html#presm.mscarries">Carries, Borrows, and Crossouts <code>&lt;mscarries&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.6.6 <a href="chapter3.html#presm.mscarry">A Single Carry <code>&lt;mscarry&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.6.7 <a href="chapter3.html#presm.msline">Horizontal Line <code>&lt;msline/&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.6.8 <a href="chapter3.html#presm.elemmath.examples">Elementary Math Examples</a><br>&nbsp;&nbsp;&nbsp;&nbsp;3.7 <a href="chapter3.html#presm.enliven">Enlivening Expressions</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.7.1 <a href="chapter3.html#presm.maction">Bind Action to Sub-Expression
               <code>&lt;maction&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;3.8 <a href="chapter3.html#presm.semantics">Semantics and Presentation</a><br>4 <a href="chapter4.html">Content Markup</a><br>&nbsp;&nbsp;&nbsp;&nbsp;4.1 <a href="chapter4.html#contm.intro">Introduction</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.1.1 <a href="chapter4.html#id.4.1.1">The Intent of Content Markup</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.1.2 <a href="chapter4.html#contm.rendering">The Structure and Scope of Content MathML Expressions</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.1.3 <a href="chapter4.html#contm.strict">Strict Content MathML</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.1.4 <a href="chapter4.html#contm.cds">Content Dictionaries</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.1.5 <a href="chapter4.html#id.4.1.5">Content MathML Concepts</a><br>&nbsp;&nbsp;&nbsp;&nbsp;4.2 <a href="chapter4.html#contm.core">Content MathML Elements Encoding Expression Structure</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.2.1 <a href="chapter4.html#contm.cn">Numbers <code>&lt;cn&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.2.2 <a href="chapter4.html#contm.ci">Content Identifiers <code>&lt;ci&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.2.3 <a href="chapter4.html#contm.csymbol">Content Symbols <code>&lt;csymbol&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.2.4 <a href="chapter4.html#contm.cs">String Literals <code>&lt;cs&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.2.5 <a href="chapter4.html#contm.apply">Function Application <code>&lt;apply&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.2.6 <a href="chapter4.html#contm.binding">Bindings and Bound Variables <code>&lt;bind&gt;</code>
               and <code>&lt;bvar&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.2.7 <a href="chapter4.html#contm.sharing">Structure Sharing <code>&lt;share&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.2.8 <a href="chapter4.html#contm.semantics">Attribution via <code>semantics</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.2.9 <a href="chapter4.html#contm.cerror">Error Markup <code>&lt;cerror&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.2.10 <a href="chapter4.html#contm.cbytes">Encoded Bytes <code>&lt;cbytes&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;4.3 <a href="chapter4.html#contm.structure.extended">Content MathML for Specific Structures</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.3.1 <a href="chapter4.html#contm.container">Container Markup</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.3.2 <a href="chapter4.html#contm.bind.apply">Bindings with <code>&lt;apply&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.3.3 <a href="chapter4.html#contm.qualifiers">Qualifiers</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.3.4 <a href="chapter4.html#contm.opclasses">Operator Classes</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.3.5 <a href="chapter4.html#id.4.3.5">Non-strict Attributes</a><br>&nbsp;&nbsp;&nbsp;&nbsp;4.4 <a href="chapter4.html#contm.opel">Content MathML for Specific Operators and Constants</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.4.1 <a href="chapter4.html#contm.basicfun">Functions and Inverses</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.4.2 <a href="chapter4.html#id.4.4.2">Arithmetic, Algebra and Logic</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.4.3 <a href="chapter4.html#id.4.4.3">Relations</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.4.4 <a href="chapter4.html#id.4.4.4">Calculus and Vector Calculus</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.4.5 <a href="chapter4.html#contm.sets">Theory of Sets</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.4.6 <a href="chapter4.html#id.4.4.6">Sequences and Series</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.4.7 <a href="chapter4.html#contm.elemclass">Elementary classical functions</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.4.8 <a href="chapter4.html#id.4.4.8">Statistics</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.4.9 <a href="chapter4.html#id.4.4.9">Linear Algebra</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.4.10 <a href="chapter4.html#contm.constantsandsymbols">Constant and Symbol Elements</a><br>&nbsp;&nbsp;&nbsp;&nbsp;4.5 <a href="chapter4.html#contm.deprecated">Deprecated Content Elements</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.5.1 <a href="chapter4.html#contm.declare">Declare <code>&lt;declare&gt;</code></a><br>&nbsp;&nbsp;&nbsp;&nbsp;4.6 <a href="chapter4.html#contm.p2s">The Strict Content MathML Transformation</a><br>5 <a href="chapter5.html">Mixing Markup Languages for Mathematical Expressions</a><br>&nbsp;&nbsp;&nbsp;&nbsp;5.1 <a href="chapter5.html#mixing.semantic.annotations">Annotation Framework</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5.1.1 <a href="chapter5.html#mixing.annotation.elements">Annotation elements</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5.1.2 <a href="chapter5.html#mixing.annotation.keys">Annotation keys</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5.1.3 <a href="chapter5.html#mixing.alternate.representations">Alternate representations</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5.1.4 <a href="chapter5.html#mixing.content.equiv">Content equivalents</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5.1.5 <a href="chapter5.html#mixing.annotation.references">Annotation references</a><br>&nbsp;&nbsp;&nbsp;&nbsp;5.2 <a href="chapter5.html#mixing.semantic.elements">Elements for Semantic Annotations</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5.2.1 <a href="chapter5.html#mixing.elements.semantics">The <code>semantics</code> element</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5.2.2 <a href="chapter5.html#mixing.elements.annotation">The <code>annotation</code> element</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5.2.3 <a href="chapter5.html#mixing.elements.annotation.xml">The <code>annotation-xml</code> element</a><br>&nbsp;&nbsp;&nbsp;&nbsp;5.3 <a href="chapter5.html#mixing.markup">Combining Presentation and Content Markup</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5.3.1 <a href="chapter5.html#mixing.pmincm">Presentation Markup in Content Markup</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5.3.2 <a href="chapter5.html#mixing.cminpm">Content Markup in Presentation Markup</a><br>&nbsp;&nbsp;&nbsp;&nbsp;5.4 <a href="chapter5.html#mixing.parallel">Parallel Markup</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5.4.1 <a href="chapter5.html#mixing.top.level">Top-level Parallel Markup</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5.4.2 <a href="chapter5.html#mixing.cr">Parallel Markup via Cross-References</a><br>6 <a href="chapter6.html">Interactions with the Host Environment</a><br>&nbsp;&nbsp;&nbsp;&nbsp;6.1 <a href="chapter6.html#world.introduction">Introduction</a><br>&nbsp;&nbsp;&nbsp;&nbsp;6.2 <a href="chapter6.html#world.invoking.processors">Invoking MathML Processors</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.2.1 <a href="chapter6.html#world.recognizing.mathml">Recognizing MathML in XML</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.2.2 <a href="chapter6.html#world.resource.types">Resource Types for MathML Documents</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.2.3 <a href="chapter6.html#encoding-names">Names of MathML Encodings</a><br>&nbsp;&nbsp;&nbsp;&nbsp;6.3 <a href="chapter6.html#world-int-transfers">Transferring MathML</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.3.1 <a href="chapter6.html#world-int-transf-flavors">Basic Transfer Flavor Names and Contents</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.3.2 <a href="chapter6.html#world-int-transf-recommend">Recommended Behaviors when Transferring</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.3.3 <a href="chapter6.html#world-int-transf-discuss">Discussion</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.3.4 <a href="chapter6.html#world-int-transf-exa">Examples</a><br>&nbsp;&nbsp;&nbsp;&nbsp;6.4 <a href="chapter6.html#world-int-combine-other">Combining MathML and Other Formats</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.4.1 <a href="chapter6.html#interf.xhtml">Mixing MathML and XHTML</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.4.2 <a href="chapter6.html#interf.html">Mixing MathML and HTML, and other non-XML contexts</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.4.3 <a href="chapter6.html#interf.link">Linking</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.4.4 <a href="chapter6.html#interf.graphics">MathML and Graphical Markup</a><br>&nbsp;&nbsp;&nbsp;&nbsp;6.5 <a href="chapter6.html#world-int-style">Using CSS with MathML</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.5.1 <a href="chapter6.html#id.6.5.1">Order of processing attributes versus style sheets</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.5.2 <a href="chapter6.html#id.6.5.2">Layout engines that lack native MathML support</a><br>7 <a href="chapter7.html">Characters, Entities and Fonts</a><br>&nbsp;&nbsp;&nbsp;&nbsp;7.1 <a href="chapter7.html#chars.intro">Introduction</a><br>&nbsp;&nbsp;&nbsp;&nbsp;7.2 <a href="chapter7.html#chars.unicodechars">Unicode Character Data</a><br>&nbsp;&nbsp;&nbsp;&nbsp;7.3 <a href="chapter7.html#chars.entities">Entity Declarations</a><br>&nbsp;&nbsp;&nbsp;&nbsp;7.4 <a href="chapter7.html#chars.mglyph">Special Characters Not in Unicode</a><br>&nbsp;&nbsp;&nbsp;&nbsp;7.5 <a href="chapter7.html#chars.BMP-SMP">Mathematical Alphanumeric Symbols</a><br>&nbsp;&nbsp;&nbsp;&nbsp;7.6 <a href="chapter7.html#chars.nonmark">Non-Marking Characters</a><br>&nbsp;&nbsp;&nbsp;&nbsp;7.7 <a href="chapter7.html#chars.anomalous">Anomalous Mathematical Characters</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;7.7.1 <a href="chapter7.html#chars.keyboard">Keyboard Characters</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;7.7.2 <a href="chapter7.html#chars.pseudo-scripts">Pseudo-scripts</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;7.7.3 <a href="chapter7.html#chars.comb-chars">Combining Characters</a><br></p>
         
         <h3><a name="appendices" id="appendices"></a>Appendices
         </h3>
         <p class="toc">A <a href="appendixa.html">Parsing MathML</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A.1 <a href="appendixa.html#parsing.wellformed">Use of MathML as Well-Formed
               XML</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A.2 <a href="appendixa.html#parsing.usingrnc">Using the RelaxNG Schema for MathML3</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A.2.1 <a href="appendixa.html#parsing.rnc.full">Full MathML</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A.2.2 <a href="appendixa.html#parsing.rnc.common">Elements Common to Presentation and Content MathML</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A.2.3 <a href="appendixa.html#parsing.rnc.pres">The Grammar for Presentation MathML</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A.2.4 <a href="appendixa.html#parsing.rnc.strict">The Grammar for Strict Content MathML3</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A.2.5 <a href="appendixa.html#parsing.rnc.content">The Grammar for Content MathML</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A.2.6 <a href="appendixa.html#parsing.rnc.module">MathML as a module in a RelaxNG Schema</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A.3 <a href="appendixa.html#parsing.usingdtd">Using the MathML DTD</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A.3.1 <a href="appendixa.html#interf.validation">Document Validation Issues</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A.3.2 <a href="appendixa.html#id.A.3.2">Attribute values in the MathML DTD</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A.3.3 <a href="appendixa.html#parsing.doctype">DOCTYPE declaration for MathML</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A.4 <a href="appendixa.html#parsing.usingxsd">Using the MathML XML Schema</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A.4.1 <a href="appendixa.html#parsing.schemalocation">Associating the MathML schema with MathML fragments</a><br>B <a href="appendixb.html">Media Types Registrations</a><br>&nbsp;&nbsp;&nbsp;&nbsp;B.1 <a href="appendixb.html#media-type-choosing">Selection of Media Types for
               MathML Instances</a><br>&nbsp;&nbsp;&nbsp;&nbsp;B.2 <a href="appendixb.html#media-types-mathml">Media type for Generic MathML</a><br>&nbsp;&nbsp;&nbsp;&nbsp;B.3 <a href="appendixb.html#media-types-mathml-p">Media type for Presentation MathML</a><br>&nbsp;&nbsp;&nbsp;&nbsp;B.4 <a href="appendixb.html#media-types-mathml-c">Media type for Content MathML</a><br>C <a href="appendixc.html">Operator Dictionary (Non-Normative)</a><br>&nbsp;&nbsp;&nbsp;&nbsp;C.1 <a href="appendixc.html#oper-dict.index">Indexing of the operator dictionary</a><br>&nbsp;&nbsp;&nbsp;&nbsp;C.2 <a href="appendixc.html#oper-dict.format">Format of operator dictionary entries</a><br>&nbsp;&nbsp;&nbsp;&nbsp;C.3 <a href="appendixc.html#oper-dict.space">Notes on lspace and 
               rspace attributes</a><br>&nbsp;&nbsp;&nbsp;&nbsp;C.4 <a href="appendixc.html#oper-dict.entries-table">Operator dictionary entries</a><br>D <a href="appendixd.html">Glossary (Non-Normative)</a><br>E <a href="appendixe.html">Working Group Membership and Acknowledgments (Non-Normative)</a><br>&nbsp;&nbsp;&nbsp;&nbsp;E.1 <a href="appendixe.html#contrib">The Math Working Group Membership</a><br>&nbsp;&nbsp;&nbsp;&nbsp;E.2 <a href="appendixe.html#contrib.ack">Acknowledgments</a><br>F <a href="appendixf.html">Changes (Non-Normative)</a><br>&nbsp;&nbsp;&nbsp;&nbsp;F.1 <a href="appendixf.html#changes.mathml2.0e-3.0">Changes between MathML 2.0 Second Edition and MathML 3.0</a><br>G <a href="appendixg.html">Normative References</a><br>H <a href="appendixh.html">References (Non-Normative)</a><br>I <a href="appendixi.html">Index (Non-Normative)</a><br>&nbsp;&nbsp;&nbsp;&nbsp;I.1 <a href="appendixi.html#index.elem">MathML Elements</a><br>&nbsp;&nbsp;&nbsp;&nbsp;I.2 <a href="appendixi.html#index.att">MathML Attributes</a><br></p>
      </div>
      <hr>
      <div class="body"></div>
      <div class="back"></div>
   </body>
</html>