diff options
Diffstat (limited to 'files/es/web/mathml/elemento/index.html')
-rw-r--r-- | files/es/web/mathml/elemento/index.html | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/files/es/web/mathml/elemento/index.html b/files/es/web/mathml/elemento/index.html new file mode 100644 index 0000000000..aa75307fa3 --- /dev/null +++ b/files/es/web/mathml/elemento/index.html @@ -0,0 +1,97 @@ +--- +title: Referencia de elementos de MathML +slug: Web/MathML/Elemento +translation_of: Web/MathML/Element +--- +<p>A continuación se muestra una lista alfabética de elementos de <strong>presentación</strong> en MathML.<br> + La <em>etiqueta de presentación</em> es usada para describir la estructura y el diseño de la notación matemática mientras que la <em>etiqueta de contenido</em> proporciona el significado matemático subyacente y se supone que no se renderiza a través del parseador de MathML (ver {{ bug(276028) }}). Si quieres aprender más sobre la etiqueta de contenido deberías echar un vistazo al <a href="http://www.w3.org/TR/MathML3/chapter4.html" title="http://www.w3.org/TR/MathML3/chapter4.html">Capítulo 4</a> en la <a href="http://www.w3.org/TR/MathML3/" title="http://www.w3.org/TR/MathML3/">especificación de MathML 3</a>.</p> +<h3 id="math">math</h3> +<ul> + <li>{{ MathMLElement("math") }} (Elemento raíz)</li> +</ul> +<h3 id="A">A</h3> +<ul> + <li>{{ MathMLElement("maction") }} (Acciones enlazadas a sub-expresiones)</li> + <li>{{ MathMLElement("maligngroup") }} (Grupo de alineación) {{ unimplemented_inline(122253) }}</li> + <li>{{ MathMLElement("malignmark") }} (Puntos de alineación) {{ unimplemented_inline(122253) }}</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") }} (Paréntesis)</li> + <li>{{ MathMLElement("mfrac") }} (Fracción)</li> +</ul> +<h3 id="G">G</h3> +<ul> + <li>{{ MathMLElement("mglyph") }} (Mostrar símbolos no estándar) {{ unimplemented_inline(297465) }}</li> +</ul> +<h3 id="I">I</h3> +<ul> + <li>{{ MathMLElement("mi") }} (Identificador)</li> +</ul> +<h3 id="L">L</h3> +<ul> + <li>{{ MathMLElement("mlabeledtr") }} (Fila etiquetada en una tabla o matriz) {{ unimplemented_inline(689641) }}</li> + <li>{{ MathMLElement("mlongdiv") }} (Notación de la división larga) {{ unimplemented_inline(534967) }}</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") }} (Número)</li> +</ul> +<h3 id="O">O</h3> +<ul> + <li>{{ MathMLElement("mo") }} (Operador)</li> + <li>{{ MathMLElement("mover") }} (Overscript)</li> +</ul> +<h3 id="P">P</h3> +<ul> + <li>{{ MathMLElement("mpadded") }} (Espacio alrrededor del contenido)</li> + <li>{{ MathMLElement("mphantom") }} (Contenido invisible con espacio reservado)</li> +</ul> +<h3 id="R">R</h3> +<ul> + <li>{{ MathMLElement("mroot") }} (Radical con índice especificado)</li> + <li>{{ MathMLElement("mrow") }} (Sub-expressiones agrupadas)</li> +</ul> +<h3 id="S">S</h3> +<ul> + <li>{{ MathMLElement("ms") }} (String literal)</li> + <li>{{ MathMLElement("mscarries") }} (Annotations such as carries) {{ unimplemented_inline(534967) }}</li> + <li>{{ MathMLElement("mscarry") }} (Single carry, child element of {{ MathMLElement("mscarries") }}) {{ unimplemented_inline(534967) }}</li> + <li>{{ MathMLElement("msgroup") }} (Grouped rows of {{ MathMLElement("mstack") }} and {{ MathMLElement("mlongdiv") }} elements) {{ unimplemented_inline(534967) }}</li> + <li>{{ MathMLElement("msline") }} (Horizontal lines inside {{ MathMLElement("mstack") }} elements) {{ unimplemented_inline(534967) }}</li> + <li>{{ MathMLElement("mspace") }} (Space)</li> + <li>{{ MathMLElement("msqrt") }} (Square root without an index)</li> + <li>{{ MathMLElement("msrow") }} (Rows in {{ MathMLElement("mstack") }} elements) {{ unimplemented_inline(534967) }}</li> + <li>{{ MathMLElement("mstack") }} (Stacked alignment) {{ unimplemented_inline(534967) }}</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)d</li> +</ul> |