aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/web/mathml/element/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-pt/web/mathml/element/index.html')
-rw-r--r--files/pt-pt/web/mathml/element/index.html234
1 files changed, 234 insertions, 0 deletions
diff --git a/files/pt-pt/web/mathml/element/index.html b/files/pt-pt/web/mathml/element/index.html
new file mode 100644
index 0000000000..904de1a607
--- /dev/null
+++ b/files/pt-pt/web/mathml/element/index.html
@@ -0,0 +1,234 @@
+---
+title: Referência de elementos MathML
+slug: Web/MathML/Element
+tags:
+ - MathML
+ - Referência de MathML
+translation_of: Web/MathML/Element
+---
+<p>{{MathMLRef}}</p>
+
+<p>Isto é uma lista alfabética de elementos de <strong>presentação</strong> MathML.</p>
+
+<p>O termo <em><strong>presentation markup</strong></em> é usado para descrever o <em>layout</em> da estrutura da notação matemática enquanto <em><strong>content markup</strong></em> oferece o significado matemático e não é suposto ser visualizado pelo processador MathML (veja {{ bug(276028) }}). Se deseja aprender mais sobre <em>content markup</em> deve ver <em><a class="external" href="http://www.w3.org/TR/MathML3/chapter4.html" title="http://www.w3.org/TR/MathML3/chapter4.html">Chapter 4</a></em> no <em><a class="external" href="http://www.w3.org/TR/MathML3/" title="http://www.w3.org/TR/MathML3/">MathML 3 specification</a></em>.</p>
+
+<p>Elementos MathML implementam a classe {{domxref("MathMLElement")}}.</p>
+
+<h2 id="Elementos_de_apresentação_MathML_de_A_a_Z">Elementos de apresentação MathML de A a Z</h2>
+
+<div class="multiColumnList">
+<h3 id="math">math</h3>
+
+<ul>
+ <li>{{MathMLElement("math")}} (Elemento de raiz)</li>
+</ul>
+
+<h3 id="A">A</h3>
+
+<ul>
+ <li>{{MathMLElement("maction")}} (Ações associadas a subexpressões)</li>
+ <li>{{MathMLElement("maligngroup")}} (Grupo de alinhamento)</li>
+ <li>{{MathMLElement("malignmark")}} (Pontos de alinhamento)</li>
+</ul>
+
+<h3 id="E">E</h3>
+
+<ul>
+ <li>{{MathMLElement("menclose")}} (Conteúdos enclausurados)</li>
+ <li>{{MathMLElement("merror")}} (Conteúdos enclausurados de sintaxe de mensagens de erro)</li>
+</ul>
+
+<h3 id="F">F</h3>
+
+<ul>
+ <li>{{MathMLElement("mfenced")}} (Parênteses) {{deprecated_inline}}</li>
+ <li>{{MathMLElement("mfrac")}} (Fração)</li>
+</ul>
+
+<h3 id="G">G</h3>
+
+<ul>
+ <li>{{MathMLElement("mglyph")}} (Apresentar símbolos não standard)</li>
+</ul>
+
+<h3 id="I">I</h3>
+
+<ul>
+ <li>{{MathMLElement("mi")}} (Identificador)</li>
+</ul>
+
+<h3 id="L">L</h3>
+
+<ul>
+ <li>{{MathMLElement("mlabeledtr")}} (Fila marcada numa tabela ou matriz)</li>
+ <li>{{MathMLElement("mlongdiv")}} (Notação de divisão longa)</li>
+</ul>
+
+<h3 id="M">M</h3>
+
+<ul>
+ <li>{{MathMLElement("mmultiscripts")}} (<em>Prescripts</em> e índices de tensores)</li>
+</ul>
+
+<h3 id="N">N</h3>
+
+<ul>
+ <li>{{MathMLElement("mn")}} (Numero)</li>
+</ul>
+
+<h3 id="O">O</h3>
+
+<ul>
+ <li>{{MathMLElement("mo")}} (Operador)</li>
+ <li>{{MathMLElement("mover")}} (<em>Overscript</em>)</li>
+</ul>
+
+<h3 id="P">P</h3>
+
+<ul>
+ <li>{{MathMLElement("mpadded")}} (Espaço à volta de conteúdo)</li>
+ <li>{{MathMLElement("mphantom")}} (Conteúdo invisível com espaço reservado)</li>
+</ul>
+
+<h3 id="R">R</h3>
+
+<ul>
+ <li>{{MathMLElement("mroot")}} (Radical com índice especidicado)</li>
+ <li>{{MathMLElement("mrow")}} (Sub-expressõs agrupadas)</li>
+</ul>
+
+<h3 id="S">S</h3>
+
+<ul>
+ <li>{{MathMLElement("ms")}} (String literal)</li>
+ <li>{{MathMLElement("mscarries")}} (Anotações como carries)</li>
+ <li>{{MathMLElement("mscarry")}} (Carry, elemento pertencente a {{MathMLElement("mscarries")}})</li>
+ <li>{{MathMLElement("msgroup")}} (Filas agrupadas dos elementos {{MathMLElement("mstack")}} e {{MathMLElement("mlongdiv")}})</li>
+ <li>{{MathMLElement("msline")}} (Linhas horizontais dentro de elementos {{MathMLElement("mstack")}})</li>
+ <li>{{MathMLElement("mspace")}} (Espaço)</li>
+ <li>{{MathMLElement("msqrt")}} (Raiz quadrada sem índice)</li>
+ <li>{{MathMLElement("msrow")}} (Filas dentro de elementos {{MathMLElement("mstack")}})</li>
+ <li>{{MathMLElement("mstack")}} (Alinhamento em pilha)</li>
+ <li>{{MathMLElement("mstyle")}} (Mudar estilo)</li>
+ <li>{{MathMLElement("msub")}} (<em>Subscript</em>)</li>
+ <li>{{MathMLElement("msup")}} (<em>Superscript</em>)</li>
+ <li>{{MathMLElement("msubsup")}} (Par de <em>subscript-superscript</em>)</li>
+</ul>
+
+<h3 id="T">T</h3>
+
+<ul>
+ <li>{{MathMLElement("mtable")}} (Tabela ou matriz)</li>
+ <li>{{MathMLElement("mtd")}} (Célula numa tabela ou matriz)</li>
+ <li>{{MathMLElement("mtext")}} (Texto)</li>
+ <li>{{MathMLElement("mtr")}} (Fila numa tabela ou matriz)</li>
+</ul>
+
+<h3 id="U">U</h3>
+
+<ul>
+ <li>{{MathMLElement("munder")}} (<em>Underscript</em>)</li>
+ <li>{{MathMLElement("munderover")}} (Par de <em>underscript-overscript</em>)</li>
+</ul>
+
+<h3 id="Outros_elementos">Outros elementos</h3>
+
+<ul>
+ <li>{{MathMLElement("semantics")}} (Contentor para anotações semânticas)</li>
+ <li><a href="/pt-PT/docs/Web/MathML/Element/semantics#annotation"><code>&lt;annotation&gt;</code></a> (Anotações de dados)</li>
+ <li><a href="/pt-PT/docs/Web/MathML/Element/semantics#annotation-xml"><code>&lt;annotation-xml&gt;</code></a> (Anotações de XML)</li>
+</ul>
+</div>
+
+<h2 id="Elementos_de_apresentação_MathML_por_categoria">Elementos de apresentação MathML por categoria</h2>
+
+<h3 id="Elementos_de_raiz">Elementos de raiz</h3>
+
+<ul>
+ <li>{{MathMLElement("math")}}</li>
+</ul>
+
+<h3 id="Elementos_token">Elementos token</h3>
+
+<ul>
+ <li>{{MathMLElement("mglyph")}}</li>
+ <li>{{MathMLElement("mi")}}</li>
+ <li>{{MathMLElement("mn")}}</li>
+ <li>{{MathMLElement("mo")}}</li>
+ <li>{{MathMLElement("ms")}}</li>
+ <li>{{MathMLElement("mspace")}}</li>
+ <li>{{MathMLElement("mtext")}}</li>
+</ul>
+
+<h3 id="Layout_geral"><em>Layout</em> geral</h3>
+
+<ul>
+ <li>{{MathMLElement("menclose")}}</li>
+ <li>{{MathMLElement("merror")}}</li>
+ <li>{{MathMLElement("mfenced")}} {{deprecated_inline}}</li>
+ <li>{{MathMLElement("mfrac")}}</li>
+ <li>{{MathMLElement("mpadded")}}</li>
+ <li>{{MathMLElement("mphantom")}}</li>
+ <li>{{MathMLElement("mroot")}}</li>
+ <li>{{MathMLElement("mrow")}}</li>
+ <li>{{MathMLElement("msqrt")}}</li>
+ <li>{{MathMLElement("mstyle")}}</li>
+</ul>
+
+<h3 id="Elementos_de_script_e_limite">Elementos de <em>script</em> e limite</h3>
+
+<ul>
+ <li>{{MathMLElement("mmultiscripts")}}</li>
+ <li>{{MathMLElement("mover")}}</li>
+ <li>{{MathMLElement("mprescripts")}}</li>
+ <li>{{MathMLElement("msub")}}</li>
+ <li>{{MathMLElement("msubsup")}}</li>
+ <li>{{MathMLElement("msup")}}</li>
+ <li>{{MathMLElement("munder")}}</li>
+ <li>{{MathMLElement("munderover")}}</li>
+ <li>{{MathMLElement("none")}}</li>
+</ul>
+
+<h3 id="Matemática_tabular">Matemática tabular</h3>
+
+<ul>
+ <li>{{MathMLElement("maligngroup")}}</li>
+ <li>{{MathMLElement("malignmark")}}</li>
+ <li>{{MathMLElement("mlabeledtr")}}</li>
+ <li>{{MathMLElement("mtable")}}</li>
+ <li>{{MathMLElement("mtd")}}</li>
+ <li>{{MathMLElement("mtr")}}</li>
+</ul>
+
+<h3 id="Matemática_elementar">Matemática elementar</h3>
+
+<ul>
+ <li>{{MathMLElement("mlongdiv")}}</li>
+ <li>{{MathMLElement("mscarries")}}</li>
+ <li>{{MathMLElement("mscarry")}}</li>
+ <li>{{MathMLElement("msgroup")}}</li>
+ <li>{{MathMLElement("msline")}}</li>
+ <li>{{MathMLElement("msrow")}}</li>
+ <li>{{MathMLElement("mstack")}}</li>
+</ul>
+
+<h3 id="Elementos_sem_categoria">Elementos sem categoria</h3>
+
+<ul>
+ <li>{{MathMLElement("maction")}}</li>
+</ul>
+
+<h2 id="Anotações_semânticas">Anotações semânticas</h2>
+
+<ul>
+ <li><a href="/pt-PT/docs/Web/MathML/Element/semantics#annotation"><code>&lt;annotation&gt;</code></a></li>
+ <li><a href="/pt-PT/docs/Web/MathML/Element/semantics#annotation-xml"><code>&lt;annotation-xml&gt;</code></a></li>
+ <li>{{MathMLElement("semantics")}}</li>
+</ul>
+
+<h2 id="Ver_também">Ver também</h2>
+
+<ul>
+ <li><a href="/pt-PT/docs/Web/MathML" title="/en-US/docs/Web/MathML">MathML</a></li>
+ <li><a href="/pt-PT/docs/Web/MathML/Attribute" title="/en-US/docs/Web/MathML/Attribute">Referência de atributos MathML</a></li>
+</ul>