From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-pt/web/mathml/element/mroot/index.html | 78 +++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 files/pt-pt/web/mathml/element/mroot/index.html (limited to 'files/pt-pt/web/mathml/element/mroot/index.html') diff --git a/files/pt-pt/web/mathml/element/mroot/index.html b/files/pt-pt/web/mathml/element/mroot/index.html new file mode 100644 index 0000000000..03c87f1c7f --- /dev/null +++ b/files/pt-pt/web/mathml/element/mroot/index.html @@ -0,0 +1,78 @@ +--- +title: +slug: Web/MathML/Element/mroot +tags: + - MathML + - 'MathML:Element' + - 'MathML:General Layout Schemata' + - Referência de MathML +translation_of: Web/MathML/Element/mroot +--- +
{{MathMLRef}}
+ +

O elemento de MathML <mroot> apresenta raízes com um índice explicito. Dois argumentos são aceites, com a sintaxe seguinte: <mroot> base index </mroot>.

+ +

Atributos

+ +
+
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 e a cor do simbolo da raiz também. Pode usar #rgb, #rrggbb e nomes de cores de HTML.
+
+ +

Exemplos

+ +

Exemplo: x

+ +

Exemplo renderizado no seu navegador: x 3

+ +
<math>
+
+ <mroot>
+    <mi>x</mi>
+    <mn>3</mn>
+ </mroot>
+
+</math>
+
+ +

Especificações

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

Compatibilidade

+ + + +

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

+ +

Ver também

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