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/attribute/values/index.html | 154 --------------------- 1 file changed, 154 deletions(-) delete mode 100644 files/pt-pt/web/mathml/attribute/values/index.html (limited to 'files/pt-pt/web/mathml/attribute/values/index.html') diff --git a/files/pt-pt/web/mathml/attribute/values/index.html b/files/pt-pt/web/mathml/attribute/values/index.html deleted file mode 100644 index 6e15310f0b..0000000000 --- a/files/pt-pt/web/mathml/attribute/values/index.html +++ /dev/null @@ -1,154 +0,0 @@ ---- -title: Valores -slug: Web/MathML/Attribute/Values -tags: - - Guía - - MathML - - Referência de MathML -translation_of: Web/MathML/Attribute/Values -original_slug: Web/MathML/Attribute/Valores ---- -
{{MathMLRef}}
- -

Comprimentos

- -

Vários elementos de apresentação MathML têm atributos que aceitam valores de comprimento usados para dimensões ou espaçamento. MathML aceita diferentes unidades e constantes para indicar comprimentos.

- -

Unidades

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
UnidadeDescrição
emUnidade {{ Cssxref("font-size", "relativa à fonte") }}
exUnidade {{ Cssxref("font-size", "relativa à fonte") }}. (A altura "x" do elemento, 1ex ≈ 0.5em em muitas fontes)
pxPixeis
inPolegadas (1 polegada = 2,54 centímetros)
cmCentímetros
mmMilímetros
ptPontos (1 ponto = 1/72 polegada)
pcPicas (1 pica = 12 pontos)
%Percentagem do valor padrão.
- -

Constantes

- -

{{deprecated_header}}

- -

Um substituto para as constantes depreciadas abaixo é:

- -
veryverythinmathspace  => 0.05555555555555555em
-verythinmathspace      => 0.1111111111111111em
-thinmathspace          => 0.16666666666666666em
-mediummathspace        => 0.2222222222222222em
-thickmathspace         => 0.2777777777777778em
-verythickmathspace     => 0.3333333333333333em
-veryverythickmathspace => 0.3888888888888889em
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ConstanteValor
veryverythinmathspace1/18em
verythinmathspace2/18em
thinmathspace3/18em
mediummathspace4/18em
thickmathspace5/18em
verythickmathspace6/18em
veryverythickmathspace7/18em
Constantes negativas são introduzidas em Gecko 7.0 {{ geckoRelease("7.0") }} ({{ bug(650530) }})
negativeveryverythinmathspace-1/18em
negativeverythinmathspace-2/18em
negativethinmathspace-3/18em
negativemediummathspace-4/18em
negativethickmathspace-5/18em
negativeverythickmathspace-6/18em
negativeveryverythickmathspace-7/18em
- -

Nota: Associação através de namespace está depreciado em MathML3 e foi removido em Gecko 15.0 {{ geckoRelease("15.0") }} (bug 673759).

-- cgit v1.2.3-54-g00ecf