aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/web/mathml/element/munder/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/web/mathml/element/munder/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/web/mathml/element/munder/index.html')
-rw-r--r--files/pt-pt/web/mathml/element/munder/index.html91
1 files changed, 0 insertions, 91 deletions
diff --git a/files/pt-pt/web/mathml/element/munder/index.html b/files/pt-pt/web/mathml/element/munder/index.html
deleted file mode 100644
index 477bbf4601..0000000000
--- a/files/pt-pt/web/mathml/element/munder/index.html
+++ /dev/null
@@ -1,91 +0,0 @@
----
-title: <munder>
-slug: Web/MathML/Element/munder
-tags:
- - MathML
- - 'MathML:Element'
- - 'MathML:Script and Limit Schemata'
- - Referência de MathML
-translation_of: Web/MathML/Element/munder
----
-<div>{{MathMLRef}}</div>
-
-<p class="summary">O elemento de MathML <code>&lt;munder&gt;</code> é usado para adicionar um acento ou limite abaixo duma expressão. Usa a seguinte sintaxe: <code>&lt;munder&gt; <em>base underscript</em> &lt;/munder&gt;</code></p>
-
-<h2 id="Atributos">Atributos</h2>
-
-<dl>
- <dt id="attr-accentunder">accentunder</dt>
- <dd>Se <code>true</code>, o elemento é um acento, que então é desenhado mais perto da expressão base.<br>
- Se <code>false</code> (valor pré-definido), o elemento é um limite debaixo da expressão base.</dd>
- <dt id="attr-align">align {{deprecated_inline}}</dt>
- <dd>O alinhamento do <em>underscript</em>. Os valores possíveis são: <code>left</code>, <code>center</code>, and <code>right</code>.<br>
- Este atributo está obsoleto e será removido no futuro. Use antes o atributo de CSS <code><a href="/en-US/docs/Web/CSS/text-align">text-align</a></code>.</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-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>
-</dl>
-
-<h2 id="Exemplos">Exemplos</h2>
-
-<p>Exemplo: <img alt="x+y+z" src="/files/3197/munder.png" style="margin-left: 10px; vertical-align: middle;"></p>
-
-<p>Exemplo renderizado no seu navegador: <math> <munder accentunder="true"> <mrow> <mi> x </mi> <mo> + </mo> <mi> y </mi> <mo> + </mo> <mi> z </mi> </mrow> <mo> ⏟ </mo> </munder> </math></p>
-
-<pre class="brush: html notranslate">&lt;math&gt;
-
-&lt;munder accentunder="true"&gt;
- &lt;mrow&gt;
- &lt;mi&gt; x &lt;/mi&gt;
- &lt;mo&gt; + &lt;/mo&gt;
- &lt;mi&gt; y &lt;/mi&gt;
- &lt;mo&gt; + &lt;/mo&gt;
- &lt;mi&gt; z &lt;/mi&gt;
- &lt;/mrow&gt;
- &lt;mo&gt; &amp;#x23DF; &lt;!--BOTTOM CURLY BRACKET--&gt; &lt;/mo&gt;
-&lt;/munder&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.munder', 'munder') }}</td>
- <td>{{ Spec2('MathML3') }}</td>
- <td>Especificação atual</td>
- </tr>
- <tr>
- <td>{{ SpecName('MathML2', 'chapter3.html#presm.munder', 'munder') }}</td>
- <td>{{ Spec2('MathML2') }}</td>
- <td>Especificação inicial</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Compatibilidade">Compatibilidade</h2>
-
-
-
-<p>{{Compat("mathml.elements.munder")}}</p>
-
-<h2 id="Ver_também">Ver também</h2>
-
-<ul>
- <li>{{ MathMLElement("mover") }} (<em>Overscript</em>)</li>
- <li>{{ MathMLElement("munderover") }} (Par de <em>underscript-overscript</em>)</li>
-</ul>