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) --- files/pt-pt/web/mathml/element/mtr/index.html | 71 --------------------------- 1 file changed, 71 deletions(-) delete mode 100644 files/pt-pt/web/mathml/element/mtr/index.html (limited to 'files/pt-pt/web/mathml/element/mtr/index.html') diff --git a/files/pt-pt/web/mathml/element/mtr/index.html b/files/pt-pt/web/mathml/element/mtr/index.html deleted file mode 100644 index f36748642a..0000000000 --- a/files/pt-pt/web/mathml/element/mtr/index.html +++ /dev/null @@ -1,71 +0,0 @@ ---- -title: -slug: Web/MathML/Element/mtr -tags: - - 'Math:Element' - - MathML - - 'MathML:Tabular Math' - - Referência de MathML -translation_of: Web/MathML/Element/mtr ---- -
{{MathMLRef}}
- -

O elemento de MathML, <mtr>, representa uma linha numa tabela ou matriz. Este elemento só pode aparecer no elemento {{ MathMLElement("mtable") }}. Este elemento é semelhante ao elemento {{ HTMLElement("tr") }} de HTML.

- -

Atributos

- -
-
class, id, style
-
Para uso com stylesheets.
-
columnalign
-
Indica o alinhamento horizontal desta célula e sobrepõe o valor especificado por <mtable>.
- Os valores possíveis são: left, center e right.
-
groupalign
-
{{ unimplemented_inline() }}
-
href
-
Usado para criar uma hiperligação para um URI.
-
mathbackground
-
A cor de fundo. Pode usar #rgb, #rrggbb e nomes de cores HTML.
-
mathcolor
-
A cor do texto. Pode usar #rgb, #rrggbb e nomes de cores HTML.
-
rowalign
-
Indica o alinhamento vertical desta célula e sobrepõe o valor especificado por <mtable>.
- Os valores possíveis são: axis, baseline, bottom, center e top.
-
- -

Especificações

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

Compatibilidade

- - - -

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

- -

Ver também

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