From 2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:50:24 +0100 Subject: unslug pt-pt: move --- files/pt-pt/web/mathml/attribute/values/index.html | 153 +++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 files/pt-pt/web/mathml/attribute/values/index.html (limited to 'files/pt-pt/web/mathml/attribute/values') diff --git a/files/pt-pt/web/mathml/attribute/values/index.html b/files/pt-pt/web/mathml/attribute/values/index.html new file mode 100644 index 0000000000..62a23acd8d --- /dev/null +++ b/files/pt-pt/web/mathml/attribute/values/index.html @@ -0,0 +1,153 @@ +--- +title: Valores +slug: Web/MathML/Attribute/Valores +tags: + - Guía + - MathML + - Referência de MathML +translation_of: Web/MathML/Attribute/Values +--- +
{{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