--- title: slug: Web/MathML/Element/mspace tags: - MathML - 'MathML:Element' - Referenz translation_of: Web/MathML/Element/mspace ---
{{MathMLRef}}

Das MathML-Element <mspace> erzeugt einen Weißraum, dessen Größe durch Attribute bestimmt wird.

Attribute

class, id, style
Zur Einbindung von CSS-Stylesheets und zur direkten Anwendung von CSS-Angaben.
depth
Die Ausdehnung des Leerraums unterhalb der Grundlinie. Mögliche Angaben: siehe Längenangaben.
height
Die Ausdehnung des Leerraums oberhalb der Grundlinie. Mögliche Angaben: siehe Längenangaben.
linebreak
Gibt an, wie wünschenswert ein Zeilenumbruch an dieser Stelle ist. Mögliche Werte sind: auto (Vorgabewert), newline, nobreak, goodbreak, badbreak.
Seit MathML 3 soll der Zeilenumbruch bevorzugt mit dem {{ MathMLElement("mo") }}-Element gesteuert werden.
mathbackground
Die Hintergrundfarbe. Folgende Notationen sind erlaubt: #rgb, #rrggbb und HTML-Farbnamen.
width
Die Breite des Leerraums. Mögliche Angaben: siehe Längenangaben.

Beachte, dass die Attribute mathcolor, mathvariant und dir keine Auswirkung auf <mspace> haben.

Beispiele

<math>

  <mspace depth="40px" height="20px" />

  <mspace width="100px" />

</math>

Spezifikationen

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

Browserkompatibilität

{{CompatibilityTable}}

Merkmal Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support {{CompatNo}} {{ CompatGeckoDesktop("1.0") }} {{CompatNo}} {{CompatNo}} {{CompatNo}}
linebreak {{CompatNo}} {{CompatNo}} {{CompatNo}} {{CompatNo}} {{CompatNo}}
depth, height, width {{CompatNo}} {{ CompatGeckoDesktop("1.0") }} {{CompatNo}} {{CompatNo}} {{CompatNo}}
Merkmal Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support {{CompatNo}} {{CompatNo}} {{ CompatGeckoMobile("1.9.2") }} {{CompatNo}} {{CompatNo}} {{CompatNo}}
linebreak {{CompatNo}} {{CompatNo}} {{CompatNo}} {{CompatNo}} {{CompatNo}} {{CompatNo}}
depth, height, width {{CompatNo}} {{CompatNo}} {{ CompatGeckoMobile("1.9.2") }} {{CompatNo}} {{CompatNo}} {{CompatNo}}

Hinweise zu Gecko

Siehe auch