From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/mathml/attribute/values/index.html | 153 ++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 files/ja/web/mathml/attribute/values/index.html (limited to 'files/ja/web/mathml/attribute/values') diff --git a/files/ja/web/mathml/attribute/values/index.html b/files/ja/web/mathml/attribute/values/index.html new file mode 100644 index 0000000000..62feff0c78 --- /dev/null +++ b/files/ja/web/mathml/attribute/values/index.html @@ -0,0 +1,153 @@ +--- +title: Values +slug: Web/MathML/Attribute/Values +tags: + - Guide + - MathML + - MathML Reference +translation_of: Web/MathML/Attribute/Values +--- +
{{MathMLRef}}
+ +

Lengths

+ +

いくつかの MathML プレゼンテーション要素には、サイズまたは間隔に使用される長さの値を受け入れる属性があります。 MathML は、長さを指定するための様々な単位と定数を受け入れます。

+ +

単位

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
単位説明
em{{ Cssxref("font-size", "Font-relative") }} unit
ex{{ Cssxref("font-size", "Font-relative") }} unit. (The "x"-height of the element, 1ex ≈ 0.5em in many fonts)
pxPixels
inInches (1 inch = 2.54 centimeters)
cmセンチメートル
mmミリメートル
ptPoints (1 point = 1/72 inch)
pcPicas (1 pica = 12 points)
%Percentage of the default value.
+ +

定数

+ +

{{deprecated_header}}

+ +

以下の廃止された定数の代わりは次のとおりです:

+ +
veryverythinmathspace  => 0.05555555555555555em
+verythinmathspace      => 0.1111111111111111em
+thinmathspace          => 0.16666666666666666em
+mediummathspace        => 0.2222222222222222em
+thickmathspace         => 0.2777777777777778em
+verythickmathspace     => 0.3333333333333333em
+veryverythickmathspace => 0.3888888888888889em
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
定数
veryverythinmathspace1/18em
verythinmathspace2/18em
thinmathspace3/18em
mediummathspace4/18em
thickmathspace5/18em
verythickmathspace6/18em
veryverythickmathspace7/18em
Negative contstants are introduced in 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
+ +

Note: Namedspace のバインディングの廃止 は MathML3 で行われ、 Gecko 15.0 {{ geckoRelease("15.0") }} で削除されました。 (bug 673759).

-- cgit v1.2.3-54-g00ecf