aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/web/mathml/element/msup/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-pt/web/mathml/element/msup/index.html')
-rw-r--r--files/pt-pt/web/mathml/element/msup/index.html85
1 files changed, 0 insertions, 85 deletions
diff --git a/files/pt-pt/web/mathml/element/msup/index.html b/files/pt-pt/web/mathml/element/msup/index.html
deleted file mode 100644
index 029486dce2..0000000000
--- a/files/pt-pt/web/mathml/element/msup/index.html
+++ /dev/null
@@ -1,85 +0,0 @@
----
-title: <msup>
-slug: Web/MathML/Element/msup
-tags:
- - MathML
- - 'MathML:Element'
- - 'MathML:Script and Limit Schemata'
- - Referência de MathML
-translation_of: Web/MathML/Element/msup
----
-<div>{{MathMLRef}}</div>
-
-<p><span class="seoSummary">O elemento de MathML <code>&lt;msup&gt;</code> é usado para adicionar um superscript a uma expressão.</span></p>
-
-<p>Usa a sintaxe seguinte: <code>&lt;msup&gt; <em>base superscript</em> &lt;/msup&gt;</code>.</p>
-
-<h2 id="Atributos">Atributos</h2>
-
-<dl>
- <dt id="attr-class-id-style"><code>class</code>, <code>id</code>, <code>style</code></dt>
- <dd>Para uso com <em><a href="/en-US/docs/CSS">stylesheets</a></em>.</dd>
- <dt id="attr-href"><code>href</code></dt>
- <dd>Usado para criar uma hiperligação para um URI.</dd>
- <dt id="attr-mathbackground"><code>mathbackground</code></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"><code>mathcolor</code></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-superscriptshift"><code>superscriptshift</code> {{deprecated_inline}}</dt>
- <dd>O espaço mínimo entre o <em>superscript</em> e a linha de base da expressão, como um <a href="/pt-PT/docs/Web/MathML/Attribute/Valores#Comprimentos">valor de comprimento.</a><br>
- Este atributo está obsoleto e será removido no futuro.</dd>
-</dl>
-
-<h2 id="Exemplos">Exemplos</h2>
-
-<p>Exemplo: <img alt="x1" src="/files/3203/msup.png" style="margin-left: 10px; vertical-align: middle;"></p>
-
-<p>Exemplo renderizado no seu navegador: <math> <msup> <mi>X</mi> <mn>2</mn> </msup> </math></p>
-
-<pre class="brush: html notranslate">&lt;math&gt;
-
-  &lt;msup&gt;
-    &lt;mi&gt;X&lt;/mi&gt;
-    &lt;mn&gt;2&lt;/mn&gt;
-  &lt;/msup&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.msup', 'msup') }}</td>
- <td>{{ Spec2('MathML3') }}</td>
- <td>Especificação atual</td>
- </tr>
- <tr>
- <td>{{ SpecName('MathML2', 'chapter3.html#presm.msup', 'msup') }}</td>
- <td>{{ Spec2('MathML2') }}</td>
- <td>Especificação inicial</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Compatibilidade">Compatibilidade</h2>
-
-
-
-<p>{{Compat("mathml.elements.msup")}}</p>
-
-<h2 id="Ver_também">Ver também</h2>
-
-<ul>
- <li>{{ MathMLElement("msub") }} (<em>Subscript</em>)</li>
- <li>{{ MathMLElement("msubsup") }} (par de <em>subscript-superscript</em>)</li>
- <li>{{ MathMLElement("mmultiscripts") }} (<em>Prescripts</em> e índices tensores)</li>
-</ul>