diff options
Diffstat (limited to 'files/pt-pt/web/mathml/element/mpadded/index.html')
-rw-r--r-- | files/pt-pt/web/mathml/element/mpadded/index.html | 96 |
1 files changed, 0 insertions, 96 deletions
diff --git a/files/pt-pt/web/mathml/element/mpadded/index.html b/files/pt-pt/web/mathml/element/mpadded/index.html deleted file mode 100644 index 3d48b92ddd..0000000000 --- a/files/pt-pt/web/mathml/element/mpadded/index.html +++ /dev/null @@ -1,96 +0,0 @@ ---- -title: <mpadded> -slug: Web/MathML/Element/mpadded -tags: - - MathML - - 'MathML:Element' - - 'MathML:General Layout Schemata' - - Referência de MathML -translation_of: Web/MathML/Element/mpadded ---- -<div>{{MathMLRef}}</div> - -<p class="summary">O elemento MathML <code><mpadded></code> é usado para adicionar extra <em>padding</em> e para ajustar a posição e o tamanho de elementos enroupados.</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-depth">depth</dt> - <dd>Decide ou altera a profundidade. Os valores possíveis: Qualquer <a href="/pt-PT/docs/Web/MathML/Attribute/Valores#Comprimentos">comprimento</a> ou um incremento/decremento (um comprimento com um prefixo de "+" ou "-").</dd> - <dt id="attr-height">height</dt> - <dd>Decide ou altera a altura. Os valores possíveis: Qualquer <a href="/pt-PT/docs/Web/MathML/Attribute/Valores#Comprimentos">comprimento</a> ou um incremento/decremento (um comprimento com um prefixo de "+" ou "-").</dd> - <dt id="attr-href">href</dt> - <dd>Usado para criar uma hiperligação para um URI.</dd> - <dt id="attr-lspace">lspace</dt> - <dd>Decide ou altera a posição horizontal. Os valores possíveis: Qualquer <a href="/pt-PT/docs/Web/MathML/Attribute/Valores#Comprimentos">comprimento</a> ou um incremento/decremento (um comprimento com um prefixo de "+" ou "-").</dd> - <dt id="attr-mathbackground">mathbackground</dt> - <dd>A cor de fundo. Pode usar <code>#rgb</code>, <code>#rrggbb</code> e <a href="https://wiki.developer.mozilla.org/en-US/docs/CSS/color_value#Color_Keywords">nomes de cores HTML</a>.</dd> - <dt id="attr-mathcolor">mathcolor</dt> - <dd>A cor do texto. Pode usar <code>#rgb</code>, <code>#rrggbb</code> e <a href="https://wiki.developer.mozilla.org/en-US/docs/CSS/color_value#Color_Keywords">nomes de cores HTML</a>.</dd> - <dt id="attr-voffset">voffset</dt> - <dd>Decide ou altera a posição vertical. Os valores possíveis: Qualquer <a href="/pt-PT/docs/Web/MathML/Attribute/Valores#Comprimentos">comprimento</a> ou um incremento/decremento (um comprimento com um prefixo de "+" ou "-").</dd> - <dt id="attr-width">width</dt> - <dd>Decide ou altera a largura. Os valores possíveis: Qualquer <a href="/pt-PT/docs/Web/MathML/Attribute/Valores#Comprimentos">comprimento</a> ou um incremento/decremento (um comprimento com um prefixo de "+" ou "-").</dd> -</dl> - -<h3 id="Pseudo-unidades">Pseudo-unidades</h3> - -<p>É possível utilizar as palavras-chave "<code>depth</code>", "<code>height</code>", e "<code>width</code>" como pseudo-unidade para os atributos <code>depth</code>, <code>height</code>, <code>lspace</code>, <code>voffset</code>, e <code>width</code>. Estes representam o comprimento da dimensão com o mesmo nome.</p> - -<h2 id="Exemplos">Exemplos</h2> - -<pre class="brush: html notranslate"><math> - - <mpadded height="+150px" width="100px" lspace="2height"> - <mi> x </mi> - <mo> + </mo> - <mi> y </mi> - </mpadded> - -</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.mpadded', 'mpadded') }}</td> - <td>{{ Spec2('MathML3') }}</td> - <td>Especificação atual</td> - </tr> - <tr> - <td>{{ SpecName('MathML2', 'chapter3.html#presm.mpadded', 'mpadded') }}</td> - <td>{{ Spec2('MathML2') }}</td> - <td>Especificação inicial</td> - </tr> - </tbody> -</table> - -<h2 id="Compatibilidade">Compatibilidade</h2> - - - -<p>{{Compat("mathml.elements.mpadded")}}</p> - -<h2 id="Notas_para_Gecko">Notas para Gecko</h2> - -<ul> - <li>Antes do Gecko 7.0 {{ geckoRelease("7.0") }} a pseudo-unidade <code>lspace</code> da MathML2 era permitido, que já não está presente na Recomendação MathML3 e foi removido agora.</li> -</ul> - -<h2 id="Ver_também">Ver também</h2> - -<ul> - <li>{{ MathMLElement("mphantom") }}</li> - <li>{{ MathMLElement("mspace") }}</li> -</ul> |