diff options
Diffstat (limited to 'files/pt-pt/web/mathml/element/mn/index.html')
| -rw-r--r-- | files/pt-pt/web/mathml/element/mn/index.html | 116 |
1 files changed, 0 insertions, 116 deletions
diff --git a/files/pt-pt/web/mathml/element/mn/index.html b/files/pt-pt/web/mathml/element/mn/index.html deleted file mode 100644 index 431a62f8e9..0000000000 --- a/files/pt-pt/web/mathml/element/mn/index.html +++ /dev/null @@ -1,116 +0,0 @@ ---- -title: <mn> -slug: Web/MathML/Element/mn -tags: - - MathML - - 'MathML:Element' - - 'MathML:Token Elements' - - Referência de MathML -translation_of: Web/MathML/Element/mn ---- -<div>{{MathMLRef}}</div> - -<p class="summary">O elemento de MathML <code><mn></code> representa uma <em>numeric literal</em> que tipicamente é uma sequência de dígitos com um possível separador (um ponto ou uma vírgula). Contudo, também é permissível ter um texto arbitrário que representa um número, por exemplo "onze".</p> - -<h2 id="Atributos">Atributos</h2> - -<dl> - <dt id="attr-class-id-style">class, id, style</dt> - <dd>Para uso com <em><a href="/en-US/docs/CSS">stylesheets</a></em>.</dd> - <dt id="attr-dir">dir</dt> - <dd>A direção geral das fórmulas. Valores aceites são <code>ltr</code> (da esquerda para a direita) ou <code>rtl</code> (da direita para a esquerda).</dd> - <dt id="attr-href">href</dt> - <dd>Usado para criar uma hiperligação para um URI.</dd> - <dt id="attr-mathbackground">mathbackground</dt> - <dd>A cor de fundo. Pode usar <code>#rgb</code>, <code>#rrggbb</code> e <a class="external external-icon" href="https://wiki.developer.mozilla.org/en-US/docs/CSS/color_value#Color_Keywords" rel="noopener">nomes de cores de HTML</a>.</dd> - <dt id="attr-mathcolor">mathcolor</dt> - <dd>A cor do texto. Pode usar <code>#rgb</code>, <code>#rrggbb</code> e <a class="external external-icon" href="https://wiki.developer.mozilla.org/en-US/docs/CSS/color_value#Color_Keywords" rel="noopener">nomes de cores HTML</a>.</dd> - <dt id="attr-mathsize">mathsize</dt> - <dd>O tamanho do conteúdo. Ver <a class="external external-icon" href="https://wiki.developer.mozilla.org/pt-PT/docs/Web/MathML/Attribute/Valores#Comprimentos" rel="noopener">comprimento</a> para os valores aceites.<br> - Valores obsoletos: <code>small</code>, <code>normal</code> e <code>big</code>. Estes serão removidos no futuro.</dd> - <dt id="attr-mathvariant">mathvariant</dt> - <dd>Este atributo especifica a classe lógica do identificador, que varia em tipografia. Ou seja, embora os nomes sugerem o estilo tipográfico da classe, semanticamente, os itens com a mesma classe são tratados "da mesma forma" dentro de uma expressão, o que pode ou não envolver a sua exibição com a tipografia nomeada. São permitidos os seguintes valores: - <ul> - <li><code>normal</code> (Valor pré-definido) ; <math><mn mathvariant="normal">Exemplo</mn></math></li> - <li><code>bold</code> ; <math><mn mathvariant="bold">Exemplo</mn></math></li> - <li><code>italic</code> ; <math><mn mathvariant="italic">Exemplo</mn></math></li> - <li><code>bold-italic</code> ; <math><mn mathvariant="bold-italic">Exemplo</mn></math></li> - </ul> - - <ul> - <li><code>double-struck</code> ; <math><mn mathvariant="double-struck">Exemplo</mn></math></li> - <li><code>bold-fraktur</code> ; <math><mn mathvariant="bold-fraktur">Exemplo</mn></math></li> - <li><code>script</code> ; <math><mn mathvariant="script">Exemplo</mn></math></li> - <li><code>bold-script</code> ; <math><mn mathvariant="bold-script">Exemplo</mn></math></li> - <li><code>fraktur</code> ; <math><mn mathvariant="fraktur">Exemplo</mn></math></li> - </ul> - - <ul> - <li><code>sans-serif</code> ; <math><mn mathvariant="sans-serif">Exemplo</mn></math></li> - <li><code>bold-sans-serif</code> ; <math><mn mathvariant="bold-sans-serif">Exemplo</mn></math></li> - <li><code>sans-serif-italic</code> ; <math><mn mathvariant="sans-serif-italic">Exemplo</mn></math></li> - <li><code>sans-serif-bold-italic</code> ; <math><mn mathvariant="sans-serif-bold-italic">Exemplo</mn></math></li> - <li><code>monospace</code> ; <math><mn mathvariant="monospace">Exemplo</mn></math></li> - </ul> - - <ul> - <li><code>initial</code> ; <math><mn mathvariant="initial">مثال</mn></math></li> - <li><code>tailed</code> ; <math><mn mathvariant="tailed">مثال</mn></math></li> - <li><code>looped</code> ; <math><mn mathvariant="looped">مثال</mn></math></li> - <li><code>stretched</code> ; <math><mn mathvariant="stretched">مثال</mn></math></li> - </ul> - </dd> -</dl> - -<h2 id="Exemplos">Exemplos</h2> - -<pre class="brush: html notranslate"><math> - - <mn> 0 </mn> - - <mn> 1.337 </mn> - - <mn> twelve </mn> - - <mn> XVI </mn> - - <mn> 2e10 </mn> - -</math> -</pre> - -<h2 id="Especificações">Especificações</h2> - -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Especificação</th> - <th scope="col">Estado</th> - <th scope="col">Comentário</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{ SpecName('MathML3', 'chapter3.html#presm.mn', 'mn') }}</td> - <td>{{ Spec2('MathML3') }}</td> - <td>Especificação atual</td> - </tr> - <tr> - <td>{{ SpecName('MathML2', 'chapter3.html#presm.mn', 'mn') }}</td> - <td>{{ Spec2('MathML2') }}</td> - <td>Especificação inicial</td> - </tr> - </tbody> -</table> - -<h2 id="Compatibilidade">Compatibilidade</h2> - - - -<p>{{Compat("mathml.elements.mn")}}</p> - -<h2 id="Notas_para_Gecko">Notas para Gecko</h2> - -<ul> - <li>Alguns valores para <code>mathvariant</code> só estão implementados a partir de Gecko 28.0 {{ geckoRelease("28.0") }} e requerem a <a href="/en-US/docs/Mozilla/MathML_Project/Fonts">fonte de matemática</a> correta.</li> -</ul> |
