Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 384821 of MathML element reference

  • Revision slug: Web/MathML/Element
  • Revision title: MathML element reference
  • Revision id: 384821
  • Created:
  • Creator: Sheppy
  • Is current revision? No
  • Comment tidy up a bit, use multiple columns when available

Revision Content

This is an alphabetical list of MathML presentation elements.

The term presentation markup is used to describe the layout structure of mathematical notation whereas content markup provides the underlying mathematical meaning and is not supposed to be rendered by the MathML parser (see {{ bug(276028) }}). If you want to learn more about content markup you should consider Chapter 4 in the MathML 3 specification.

math

  • {{ MathMLElement("math") }} (Top-level element)

A

  • {{ MathMLElement("maction") }} (Binded actions to sub-expressions)
  • {{ MathMLElement("maligngroup") }} (Alignment group)
  • {{ MathMLElement("malignmark") }} (Alignment points)

E

  • {{ MathMLElement("menclose") }} (Enclosed contents)
  • {{ MathMLElement("merror") }} (Enclosed syntax error messages)

F

  • {{ MathMLElement("mfenced") }} (Parentheses)
  • {{ MathMLElement("mfrac") }} (Fraction)

G

  • {{ MathMLElement("mglyph") }} (Displaying non-standard symbols)

I

  • {{ MathMLElement("mi") }} (Identifier)

L

  • {{ MathMLElement("mlabeledtr") }} (Labeled row in a table or a matrix)
  • {{ MathMLElement("mlongdiv") }} (Long division notation)

M

  • {{ MathMLElement("mmultiscripts") }} (Prescripts and tensor indices)

N

  • {{ MathMLElement("mn") }} (Number)

O

  • {{ MathMLElement("mo") }} (Operator)
  • {{ MathMLElement("mover") }} (Overscript)

P

  • {{ MathMLElement("mpadded") }} (Space around content)
  • {{ MathMLElement("mphantom") }} (Invisible content with reserved space)

R

  • {{ MathMLElement("mroot") }} (Radical with specified index)
  • {{ MathMLElement("mrow") }} (Grouped sub-expressions)

S

  • {{ MathMLElement("ms") }} (String literal)
  • {{ MathMLElement("mscarries") }} (Annotations such as carries)
  • {{ MathMLElement("mscarry") }} (Single carry, child element of {{ MathMLElement("mscarries") }})
  • {{ MathMLElement("msgroup") }} (Grouped rows of {{ MathMLElement("mstack") }} and {{ MathMLElement("mlongdiv") }} elements)
  • {{ MathMLElement("msline") }} (Horizontal lines inside {{ MathMLElement("mstack") }} elements)
  • {{ MathMLElement("mspace") }} (Space)
  • {{ MathMLElement("msqrt") }} (Square root without an index)
  • {{ MathMLElement("msrow") }} (Rows in {{ MathMLElement("mstack") }} elements)
  • {{ MathMLElement("mstack") }} (Stacked alignment)
  • {{ MathMLElement("mstyle") }} (Style change)
  • {{ MathMLElement("msub") }} (Subscript)
  • {{ MathMLElement("msup") }} (Superscript)
  • {{ MathMLElement("msubsup") }} (Subscript-superscript pair)

T

  • {{ MathMLElement("mtable") }} (Table or matrix)
  • {{ MathMLElement("mtd") }} (Cell in a table or a matrix)
  • {{ MathMLElement("mtext") }} (Text)
  • {{ MathMLElement("mtr") }} (Row in a table or a matrix)

U

  • {{ MathMLElement("munder") }} (Underscript)
  • {{ MathMLElement("munderover") }} (Underscript-overscript pair)

Other elements

See also

Revision Source

<p>This is an alphabetical list of MathML <strong>presentation</strong> elements.</p>
<p>The term <strong>presentation markup</strong> is used to describe the layout structure of mathematical notation whereas <strong>content markup</strong> provides the underlying mathematical meaning and is not supposed to be rendered by the MathML parser (see {{ bug(276028) }}). If you want to learn more about content markup you should consider <a class="external" href="https://www.w3.org/TR/MathML3/chapter4.html" title="https://www.w3.org/TR/MathML3/chapter4.html">Chapter 4</a> in the <a class="external" href="https://www.w3.org/TR/MathML3/" title="https://www.w3.org/TR/MathML3/">MathML 3 specification</a>.</p>
<div class="multiColumnList">
  <h3 id="math">math</h3>
  <ul>
    <li>{{ MathMLElement("math") }} (Top-level element)</li>
  </ul>
  <h3 id="A">A</h3>
  <ul>
    <li>{{ MathMLElement("maction") }} (Binded actions to sub-expressions)</li>
    <li>{{ MathMLElement("maligngroup") }} (Alignment group)</li>
    <li>{{ MathMLElement("malignmark") }} (Alignment points)</li>
  </ul>
  <h3 id="E">E</h3>
  <ul>
    <li>{{ MathMLElement("menclose") }} (Enclosed contents)</li>
    <li>{{ MathMLElement("merror") }} (Enclosed syntax error messages)</li>
  </ul>
  <h3 id="F">F</h3>
  <ul>
    <li>{{ MathMLElement("mfenced") }} (Parentheses)</li>
    <li>{{ MathMLElement("mfrac") }} (Fraction)</li>
  </ul>
  <h3 id="G">G</h3>
  <ul>
    <li>{{ MathMLElement("mglyph") }} (Displaying non-standard symbols)</li>
  </ul>
  <h3 id="I">I</h3>
  <ul>
    <li>{{ MathMLElement("mi") }} (Identifier)</li>
  </ul>
  <h3 id="L">L</h3>
  <ul>
    <li>{{ MathMLElement("mlabeledtr") }} (Labeled row in a table or a matrix)</li>
    <li>{{ MathMLElement("mlongdiv") }} (Long division notation)</li>
  </ul>
  <h3 id="M">M</h3>
  <ul>
    <li>{{ MathMLElement("mmultiscripts") }} (Prescripts and tensor indices)</li>
  </ul>
  <h3 id="N">N</h3>
  <ul>
    <li>{{ MathMLElement("mn") }} (Number)</li>
  </ul>
  <h3 id="O">O</h3>
  <ul>
    <li>{{ MathMLElement("mo") }} (Operator)</li>
    <li>{{ MathMLElement("mover") }} (Overscript)</li>
  </ul>
  <h3 id="P">P</h3>
  <ul>
    <li>{{ MathMLElement("mpadded") }} (Space around content)</li>
    <li>{{ MathMLElement("mphantom") }} (Invisible content with reserved space)</li>
  </ul>
  <h3 id="R">R</h3>
  <ul>
    <li>{{ MathMLElement("mroot") }} (Radical with specified index)</li>
    <li>{{ MathMLElement("mrow") }} (Grouped sub-expressions)</li>
  </ul>
  <h3 id="S">S</h3>
  <ul>
    <li>{{ MathMLElement("ms") }} (String literal)</li>
    <li>{{ MathMLElement("mscarries") }} (Annotations such as carries)</li>
    <li>{{ MathMLElement("mscarry") }} (Single carry, child element of {{ MathMLElement("mscarries") }})</li>
    <li>{{ MathMLElement("msgroup") }} (Grouped rows of {{ MathMLElement("mstack") }} and {{ MathMLElement("mlongdiv") }} elements)</li>
    <li>{{ MathMLElement("msline") }} (Horizontal lines inside {{ MathMLElement("mstack") }} elements)</li>
    <li>{{ MathMLElement("mspace") }} (Space)</li>
    <li>{{ MathMLElement("msqrt") }} (Square root without an index)</li>
    <li>{{ MathMLElement("msrow") }} (Rows in {{ MathMLElement("mstack") }} elements)</li>
    <li>{{ MathMLElement("mstack") }} (Stacked alignment)</li>
    <li>{{ MathMLElement("mstyle") }} (Style change)</li>
    <li>{{ MathMLElement("msub") }} (Subscript)</li>
    <li>{{ MathMLElement("msup") }} (Superscript)</li>
    <li>{{ MathMLElement("msubsup") }} (Subscript-superscript pair)</li>
  </ul>
  <h3 id="T">T</h3>
  <ul>
    <li>{{ MathMLElement("mtable") }} (Table or matrix)</li>
    <li>{{ MathMLElement("mtd") }} (Cell in a table or a matrix)</li>
    <li>{{ MathMLElement("mtext") }} (Text)</li>
    <li>{{ MathMLElement("mtr") }} (Row in a table or a matrix)</li>
  </ul>
  <h3 id="U">U</h3>
  <ul>
    <li>{{ MathMLElement("munder") }} (Underscript)</li>
    <li>{{ MathMLElement("munderover") }} (Underscript-overscript pair)</li>
  </ul>
  <h3 id="Other_elements">Other elements</h3>
  <ul>
    <li>{{ MathMLElement("semantics") }} (Container for semantic annotations)</li>
    <li><a href="/en-US/docs/MathML/Element/semantics"><code>&lt;annotation&gt;</code></a> (Data annotations)</li>
    <li><a href="/en-US/docs/MathML/Element/semantics"><code>&lt;annotation-xml&gt;</code></a> (XML annotations)</li>
  </ul>
</div>
<h2>See also</h2>
<ul>
  <li><a href="/en-US/docs/Web/MathML" title="/en-US/docs/Web/MathML">MathML</a></li>
  <li><a href="/en-US/docs/Web/MathML/Attribute" title="/en-US/docs/Web/MathML/Attribute">MathML attribute reference</a></li>
</ul>
Revert to this revision