From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- .../pt-pt/web/mathml/element/munderover/index.html | 91 ---------------------- 1 file changed, 91 deletions(-) delete mode 100644 files/pt-pt/web/mathml/element/munderover/index.html (limited to 'files/pt-pt/web/mathml/element/munderover') diff --git a/files/pt-pt/web/mathml/element/munderover/index.html b/files/pt-pt/web/mathml/element/munderover/index.html deleted file mode 100644 index 5f217a2766..0000000000 --- a/files/pt-pt/web/mathml/element/munderover/index.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: -slug: Web/MathML/Element/munderover -tags: - - MathML - - 'MathML:Element' - - 'MathML:Script and Limit Schemata' - - Referência de MathML -translation_of: Web/MathML/Element/munderover ---- -
{{MathMLRef}}
- -

O elemento de MathML <munderover> é usado para adicionar acentos ou limites acima e abaixo duma expressão.

- -

Usa a sintaxe seguinte: <munderover> base underscript overscript </munderover>

- -

Atributos

- -
-
accent
-
Se true, o overscript é um acento, que então é desenhado mais perto da expressão base.
- Se false (valor pré-definido), o overscript é um limite acima da expressão base.
-
accentunder
-
Se true, o underscript é um acento, que então é desenhado mais perto da expressão base.
- Se false (valor pré-definido), o underscript é um limite debaixo da expressão base.
-
align {{deprecated_inline}}
-
O alinhamento do overscript e underscript. Os valores possíveis são: left, center, and right.
- Este atributo está obsoleto e será removido no futuro. Use antes o atributo de CSS text-align.
-
class, id, style
-
Para uso com stylesheets.
-
href
-
Usado para criar uma hiperligação para um URI.
-
mathbackground
-
A cor de fundo. Pode usar #rgb, #rrggbb e nomes de cores de HTML.
-
mathcolor
-
A cor do texto. Pode usar #rgb, #rrggbb e nomes de cores HTML.
-
- -

Exemplos

- -

Exemplo: integral-0-infinity

- -

Exemplo renderizado no seu navegador: 0

- -
<math displaystyle="true">
-
-  <munderover >
-    <mo> &#x222B; <!--INTEGRAL--> </mo>
-    <mn> 0 </mn>
-    <mi> &#x221E; <!--INFINITY--> </mi>
-  </munderover>
-
-</math>
-
- -

Especificações

- - - - - - - - - - - - - - - - - - - - - -
EspicifcaçãoEstadoComentário
{{ SpecName('MathML3', 'chapter3.html#presm.munderover', 'munderover') }}{{ Spec2('MathML3') }}Especificação atual
{{ SpecName('MathML2', 'chapter3.html#presm.munderover', 'munderover') }}{{ Spec2('MathML2') }}Especificação inicial
- -

Compatibilidade

- - - -

{{Compat("mathml.elements.munderover")}}

- -

Ver também

- - -- cgit v1.2.3-54-g00ecf