--- 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

仕様

Specification Status Comment
{{ SpecName('MathML3', 'chapter3.html#presm.mspace', 'mspace') }} {{ Spec2('MathML3') }} Current specification
{{ SpecName('MathML2', 'chapter3.html#presm.mspace', 'mspace') }} {{ Spec2('MathML2') }} Initial specification

See also