1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
|
---
title: <mspace>
slug: Web/MathML/Element/mspace
tags:
- MathML
- 'MathML:Element'
- Referenz
translation_of: Web/MathML/Element/mspace
---
<div>{{MathMLRef}}</div>
<p class="summary">Das MathML-Element <code><mspace></code> erzeugt einen Weißraum, dessen Größe durch Attribute bestimmt wird.</p>
<h2 id="Attribute">Attribute</h2>
<dl>
<dt id="attr-class-id-style">class, id, style</dt>
<dd>Zur Einbindung von <a href="https://developer.mozilla.org/de/docs/Web/CSS">CSS-Stylesheets</a> und zur direkten Anwendung von CSS-Angaben.</dd>
<dt id="attr-depth">depth</dt>
<dd>Die Ausdehnung des Leerraums <em>unterhalb</em> der Grundlinie. Mögliche Angaben: siehe <a href="/de/docs/Web/MathML/Attribute/Werte">Längenangaben</a>.</dd>
<dt id="attr-height">height</dt>
<dd>Die Ausdehnung des Leerraums <em>oberhalb</em> der Grundlinie. Mögliche Angaben: siehe <a href="/de/docs/Web/MathML/Attribute/Werte">Längenangaben</a>.</dd>
<dt id="attr-linebreak">linebreak</dt>
<dd>Gibt an, wie wünschenswert ein Zeilenumbruch an dieser Stelle ist. Mögliche Werte sind: <code>auto</code> (Vorgabewert), <code>newline</code>, <code>nobreak</code>, <code>goodbreak</code>, <code>badbreak</code>.<br>
Seit MathML 3 soll der Zeilenumbruch bevorzugt mit dem {{ MathMLElement("mo") }}-Element gesteuert werden.</dd>
<dt id="attr-mathbackground">mathbackground</dt>
<dd>Die Hintergrundfarbe. Folgende Notationen sind erlaubt: <code><a href="https://developer.mozilla.org/de/docs/Web/CSS/Farben#rgb%28%29">#rgb</a></code>, <code><a href="https://developer.mozilla.org/de/docs/Web/CSS/Farben#rgb%28%29">#rrggbb</a></code> und <a href="https://developer.mozilla.org/de/docs/Web/CSS/Farben#Werte">HTML-Farbnamen</a>.</dd>
<dt id="attr-width">width</dt>
<dd>Die Breite des Leerraums. Mögliche Angaben: siehe <a href="/de/docs/Web/MathML/Attribute/Werte">Längenangaben</a>.</dd>
</dl>
<p>Beachte, dass die Attribute <code>mathcolor</code>, <code>mathvariant</code> und <code>dir</code> keine Auswirkung auf <code><mspace></code> haben.</p>
<h2 id="Beispiele">Beispiele</h2>
<pre class="brush: html"><math>
<mspace depth="40px" height="20px" />
<mspace width="100px" />
</math>
</pre>
<h2 id="Spezifikationen">Spezifikationen</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Standard</th>
<th scope="col">Status</th>
<th scope="col">Bemerkung</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{ SpecName('MathML3', 'chapter3.html#presm.mspace', 'mspace') }}</td>
<td>{{ Spec2('MathML3') }}</td>
<td>Current specification</td>
</tr>
<tr>
<td>{{ SpecName('MathML2', 'chapter3.html#presm.mspace', 'mspace') }}</td>
<td>{{ Spec2('MathML2') }}</td>
<td>Initial specification</td>
</tr>
</tbody>
</table>
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
<p>{{CompatibilityTable}}</p>
<div id="compat-desktop">
<table class="compat-table">
<tbody>
<tr>
<th>Merkmal</th>
<th>Chrome</th>
<th>Firefox (Gecko)</th>
<th>Internet Explorer</th>
<th>Opera</th>
<th>Safari</th>
</tr>
<tr>
<td>Basic support</td>
<td>{{CompatNo}}</td>
<td>{{ CompatGeckoDesktop("1.0") }}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
</tr>
<tr>
<td><code>linebreak</code></td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
</tr>
<tr>
<td><code>depth</code>, <code>height</code>, <code>width</code></td>
<td>{{CompatNo}}</td>
<td>{{ CompatGeckoDesktop("1.0") }}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
</tr>
</tbody>
</table>
</div>
<div id="compat-mobile">
<table class="compat-table">
<tbody>
<tr>
<th>Merkmal</th>
<th>Android</th>
<th>Chrome for Android</th>
<th>Firefox Mobile (Gecko)</th>
<th>IE Mobile</th>
<th>Opera Mobile</th>
<th>Safari Mobile</th>
</tr>
<tr>
<td>Basic support</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
<td>{{ CompatGeckoMobile("1.9.2") }}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
</tr>
<tr>
<td><code>linebreak</code></td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
</tr>
<tr>
<td><code>depth</code>, <code>height</code>, <code>width</code></td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
<td>{{ CompatGeckoMobile("1.9.2") }}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
</tr>
</tbody>
</table>
</div>
<h2 id="Hinweise_zu_Gecko">Hinweise zu Gecko</h2>
<ul>
<li>Attribute zur Kontrolle des <a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbindent.attrs" title="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbindent.attrs">Einzugs</a> Indentation attributes werden noch nicht unterstützt (für Gecko siehe {{ bug("534962") }}).</li>
<li><code>width</code> kann seit Gecko 23.0 {{geckoRelease("23.0")}} negative Werte haben.</li>
</ul>
<h2 id="Siehe_auch">Siehe auch</h2>
<ul>
<li>{{ MathMLElement("mpadded") }}</li>
<li>{{ MathMLElement("mphantom") }}</li>
</ul>
|