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/element/mspace/index.html | 84 +++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 files/ja/web/mathml/element/mspace/index.html (limited to 'files/ja/web/mathml/element/mspace') diff --git a/files/ja/web/mathml/element/mspace/index.html b/files/ja/web/mathml/element/mspace/index.html new file mode 100644 index 0000000000..bd6da532ed --- /dev/null +++ b/files/ja/web/mathml/element/mspace/index.html @@ -0,0 +1,84 @@ +--- +title: +slug: Web/MathML/Element/mspace +translation_of: Web/MathML/Element/mspace +--- +

{{MathMLRef()}}

+ +

MathML の <mspace> 要素は,空白を作るために使われます。空白のサイズ(訳注:幅だけでなくベースラインからの高さ,深さも)は属性で指定します。

+ +

属性

+ +
+
class, id, style
+
Provided for use with stylesheets.
+
depth
+
ベースラインからの希望の深さ(値と単位については length 参照)
+
height
+
ベースラインからの希望の高さ(値と単位については length 参照)
+
linebreak
+
この空白における改行について。取り得る値は auto(規定値),newline,nobreak,goodbreakbadbreak。MathML 3 以降は改行を制御するのに {{ MathMLElement("mo") }} を用いるのが好ましい。
+
mathbackground
+
The background color. You can use #rgb, #rrggbb and HTML color names.
+
width
+
希望の幅(値と単位については length 参照)
+
+ +

Note that some common attributes like mathcolor, mathvariant or dir have no effect on <mspace>.

+ + + +

+ +
<math>
+
+  <mspace depth="40px" height="20px" />
+
+  <mspace width="100px" />
+
+</math>
+
+ +

ブラウザごとの互換性

+ + + +

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

+ +

Gecko-specific notes

+ + + +

仕様

+ + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{ SpecName('MathML3', 'chapter3.html#presm.mspace', 'mspace') }}{{ Spec2('MathML3') }}Current specification
{{ SpecName('MathML2', 'chapter3.html#presm.mspace', 'mspace') }}{{ Spec2('MathML2') }}Initial specification
+ +

See also

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