diff options
Diffstat (limited to 'files/ru/web/mathml/element/index.html')
-rw-r--r-- | files/ru/web/mathml/element/index.html | 144 |
1 files changed, 144 insertions, 0 deletions
diff --git a/files/ru/web/mathml/element/index.html b/files/ru/web/mathml/element/index.html new file mode 100644 index 0000000000..b781c14904 --- /dev/null +++ b/files/ru/web/mathml/element/index.html @@ -0,0 +1,144 @@ +--- +title: Справка по элементам MathML +slug: Web/MathML/Element +tags: + - MathML + - MathML Reference + - NeedsTranslation + - TopicStub +translation_of: Web/MathML/Element +--- +<p>Здесь представлен алфавитный список <strong>презентационных (presentation)</strong> элементов MathML.</p> + +<p>Термин <strong>презентационная разметка (presentation markup)</strong> используется для описания разметки отображения математической системы обозначений, тогда как <strong>разметка содержимого (content markup)</strong> обеспечивает базовый математический смысл и не должна воспроизводиться парсером MathML (смотрите {{ bug(276028) }}). Если вы хотите узнать больше о разметке контента, вы можете изучить <a class="external" href="http://www.w3.org/TR/MathML3/chapter4.html" title="http://www.w3.org/TR/MathML3/chapter4.html">Chapter 4</a> из <a class="external" href="http://www.w3.org/TR/MathML3/" title="http://www.w3.org/TR/MathML3/">спецификации MathML 3</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><annotation></code></a> (Data annotations)</li> + <li><a href="/en-US/docs/MathML/Element/semantics"><code><annotation-xml></code></a> (XML annotations)</li> +</ul> +</div> + +<h2 id="See_also">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> |