diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
commit | 8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch) | |
tree | 616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/web/mathml | |
parent | a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff) | |
download | translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2 translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip |
unslug es: modify
Diffstat (limited to 'files/es/web/mathml')
-rw-r--r-- | files/es/web/mathml/element/index.html | 3 | ||||
-rw-r--r-- | files/es/web/mathml/element/math/index.html | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/files/es/web/mathml/element/index.html b/files/es/web/mathml/element/index.html index aa75307fa3..4ca5b301d1 100644 --- a/files/es/web/mathml/element/index.html +++ b/files/es/web/mathml/element/index.html @@ -1,7 +1,8 @@ --- title: Referencia de elementos de MathML -slug: Web/MathML/Elemento +slug: Web/MathML/Element translation_of: Web/MathML/Element +original_slug: Web/MathML/Elemento --- <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> diff --git a/files/es/web/mathml/element/math/index.html b/files/es/web/mathml/element/math/index.html index c7ecf0f0ab..dbaa6a65f6 100644 --- a/files/es/web/mathml/element/math/index.html +++ b/files/es/web/mathml/element/math/index.html @@ -1,7 +1,8 @@ --- title: <math> -slug: Web/MathML/Elemento/math +slug: Web/MathML/Element/math translation_of: Web/MathML/Element/math +original_slug: Web/MathML/Elemento/math --- <div>{{MathMLRef}}</div> |