diff options
author | Florian Merz <me@fiji-flo.de> | 2021-03-08 22:37:08 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-03-08 22:37:08 +0100 |
commit | 59f1389c6023be8ec1435f8f7e55d7de5a302b5b (patch) | |
tree | 07bb735b7c0e522627185912020e74bdccd2bd38 /files/pt-pt/web | |
parent | e3d7a4ae7d79c409bbe2db23c9b0acc2f01718d4 (diff) | |
download | translated-content-59f1389c6023be8ec1435f8f7e55d7de5a302b5b.tar.gz translated-content-59f1389c6023be8ec1435f8f7e55d7de5a302b5b.tar.bz2 translated-content-59f1389c6023be8ec1435f8f7e55d7de5a302b5b.zip |
sync translated content
Diffstat (limited to 'files/pt-pt/web')
-rw-r--r-- | files/pt-pt/web/mathml/element/mglyph/index.html | 72 | ||||
-rw-r--r-- | files/pt-pt/web/mathml/element/mlabeledtr/index.html | 99 |
2 files changed, 0 insertions, 171 deletions
diff --git a/files/pt-pt/web/mathml/element/mglyph/index.html b/files/pt-pt/web/mathml/element/mglyph/index.html deleted file mode 100644 index 1ae5f170dc..0000000000 --- a/files/pt-pt/web/mathml/element/mglyph/index.html +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: <mglyph> -slug: Web/MathML/Element/mglyph -tags: - - MathML - - 'MathML:Element' - - Referência de MathML -translation_of: Web/MathML/Element/mglyph ---- -<div>{{MathMLRef}}</div> - -<p class="summary">O elemento de MathML <code><mglyph></code> é usado para apresentar símbolos sem carateres de Unicode disponíveis. Pode ser usado dentro de <em><a href="/pt-PT/docs/tag/MathML:Token Elements">token elements</a></em>.</p> - -<h2 id="Atributos">Atributos</h2> - -<dl> - <dt id="attr-alt">alt</dt> - <dd>Este atributo define o texto alternativo que descreve a imagem. Os utilizadores verão isto apresentado se o URL da imagem estiver errado, se a imagem não estiver num dos <a href="/en-US/docs/HTML/Element/Img#Supported_image_formats">formatos suportados</a>, ou até a imagem ser descarregada.</dd> - <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-height">height</dt> - <dd>A altura da imagem.</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 (se a imagem tem transparência). 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 de HTML</a>.</dd> - <dt id="attr-src">src</dt> - <dd>O URL da imagem.</dd> - <dt id="attr-valign">valign</dt> - <dd>Indica o alinhamento vertical com respeito à linha de base atual.</dd> - <dt id="attr-width">width</dt> - <dd>A largura da imagem.</dd> -</dl> - -<h2 id="Exemplos">Exemplos</h2> - -<pre class="brush: html notranslate"><math> - <mi><mglyph src="my-glyph.png" alt="my glyph"/></mi> -</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.mglyph', 'mglyph') }}</td> - <td>{{ Spec2('MathML3') }}</td> - <td>Especificação atual</td> - </tr> - <tr> - <td>{{ SpecName('MathML2', 'chapter3.html#presm.mglyph', 'mglyph') }}</td> - <td>{{ Spec2('MathML2') }}</td> - <td>Especificação inicial</td> - </tr> - </tbody> -</table> - -<h2 id="Compatibilidade">Compatibilidade</h2> - - - - - -<p>{{Compat("mathml.elements.mglyph")}}</p> diff --git a/files/pt-pt/web/mathml/element/mlabeledtr/index.html b/files/pt-pt/web/mathml/element/mlabeledtr/index.html deleted file mode 100644 index 6f91a6b2d7..0000000000 --- a/files/pt-pt/web/mathml/element/mlabeledtr/index.html +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: <mlabeledtr> -slug: Web/MathML/Element/mlabeledtr -tags: - - MathML - - 'MathML:Element' - - 'MathML:Tabular Math' - - Referência de MathML -translation_of: Web/MathML/Element/mlabeledtr ---- -<div>{{MathMLRef}}</div> - -<p>O elemento MathML <code><mlabeledtr></code> é utilizado para representar um rótulo/etiqueta numa fila quer do lado esquerdo, quer do direito (determinado utilizando o atributo <code>side</code> no elemento {{MathMLElement("mtable") }}). Os elementos criança de <code><mlabeledtr></code> devem ser {{MathMLElement("mtd") }} elementos. A primeira criança é o rótulo, enquanto todas as outras crianças representam conteúdos de linha e são tratadas de forma idêntica às crianças de elementos {{MathMLElement("mtr") }}.</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-columnalign">columnalign</dt> - <dd>Indica o alinhamento horizontal desta célula e sobrepõe o valor especificado por {{ MathMLElement("mtable") }}.<br> - Os valores possíveis são: <code>left</code>, <code>center</code> e <code>right</code>.</dd> - <dt>groupalign</dt> - <dd>{{ unimplemented_inline() }}</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 de HTML</a>.</dd> - <dt id="attr-rowalign">rowalign</dt> - <dd>Indica o alinhamento vertical desta célula e sobrepõe o valor especificado por {{ MathMLElement("mtable") }}.<br> - Os valores possíveis são: <code>axis</code>, <code>baseline</code>, <code>bottom</code>, <code>center</code> e <code>top</code>.</dd> -</dl> - -<h2 id="Exemplos">Exemplos</h2> - -<p>Exemplo: <img alt="sample rendering for mlabeledtr" src="/files/3590/mlabeledtr.png" style="margin-left: 10px; vertical-align: middle;"></p> - -<pre class="brush: html notranslate"><math> - <mtable> - - <mlabeledtr> - <mtd><mn>1</mn></mtd> <!-- label --> - <mtd><mi>A</mi></mtd> - <mtd><mi>B</mi></mtd> - </mlabeledtr> - - <mtr> - <mtd><mi>C</mi></mtd> - <mtd><mi>D</mi></mtd> - <mtd><mi>E</mi></mtd> - </mtr> - - </mtable> -</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.mlabeledtr', 'mlabeledtr') }}</td> - <td>{{ Spec2('MathML3') }}</td> - <td>Especificação atual</td> - </tr> - <tr> - <td>{{ SpecName('MathML2', 'chapter3.html#presm.mlabeledtr', 'mlabeledtr') }}</td> - <td>{{ Spec2('MathML2') }}</td> - <td>Especificação inicial</td> - </tr> - </tbody> -</table> - -<h2 id="Compatibilidade">Compatibilidade</h2> - - - -<p>{{Compat("mathml.elements.mlabeledtr")}}</p> - -<h2 id="Notas_para_Gecko">Notas para Gecko</h2> - -<p>A começar com Gecko 9.0 {{ geckoRelease("9.0") }} etiquetas são escondidas por pré-definição (<code>mlabeledtr > mtd:first-child {display: none}</code>) e não estragam a apresentação de tabelas por completo (ver {{ bug("356870") }}). Para ver a implementação deste elemento veja {{ bug("689641") }}.</p> - -<h2 id="Ver_também">Ver também</h2> - -<ul> - <li>{{ MathMLElement("mtable") }} (Tabela)</li> - <li>{{ MathMLElement("mtd") }} (Célula de tabela)</li> - <li>{{ MathMLElement("mtr") }} (Fila de Tabela)</li> -</ul> |