aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/orphaned/web/mathml/element/mglyph/index.html
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-04-29 16:16:42 -0700
committerGitHub <noreply@github.com>2021-04-29 16:16:42 -0700
commit95aca4b4d8fa62815d4bd412fff1a364f842814a (patch)
tree5e57661720fe9058d5c7db637e764800b50f9060 /files/pt-pt/orphaned/web/mathml/element/mglyph/index.html
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip
remove retired locales (#699)
Diffstat (limited to 'files/pt-pt/orphaned/web/mathml/element/mglyph/index.html')
-rw-r--r--files/pt-pt/orphaned/web/mathml/element/mglyph/index.html73
1 files changed, 0 insertions, 73 deletions
diff --git a/files/pt-pt/orphaned/web/mathml/element/mglyph/index.html b/files/pt-pt/orphaned/web/mathml/element/mglyph/index.html
deleted file mode 100644
index a8d5b18857..0000000000
--- a/files/pt-pt/orphaned/web/mathml/element/mglyph/index.html
+++ /dev/null
@@ -1,73 +0,0 @@
----
-title: <mglyph>
-slug: orphaned/Web/MathML/Element/mglyph
-tags:
- - MathML
- - MathML:Element
- - Referência de MathML
-translation_of: Web/MathML/Element/mglyph
-original_slug: Web/MathML/Element/mglyph
----
-<div>{{MathMLRef}}</div>
-
-<p class="summary">O elemento de MathML <code>&lt;mglyph&gt;</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">&lt;math&gt;
- &lt;mi&gt;&lt;mglyph src="my-glyph.png" alt="my glyph"/&gt;&lt;/mi&gt;
-&lt;/math&gt;
-</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>