From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- .../pt-pt/web/mathml/element/munderover/index.html | 91 ++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 files/pt-pt/web/mathml/element/munderover/index.html (limited to 'files/pt-pt/web/mathml/element/munderover/index.html') diff --git a/files/pt-pt/web/mathml/element/munderover/index.html b/files/pt-pt/web/mathml/element/munderover/index.html new file mode 100644 index 0000000000..5f217a2766 --- /dev/null +++ b/files/pt-pt/web/mathml/element/munderover/index.html @@ -0,0 +1,91 @@ +--- +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