aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/mathml/attribute/index.html
blob: 8107079bcafab683dac8b4f30a08df34ca1fb425 (plain)
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
---
title: MathML 属性リファレンス
slug: Web/MathML/Attribute
tags:
  - MathML
  - MathML Reference
translation_of: Web/MathML/Attribute
---
<p>これは MathML 属性のアルファベット順リストです。各属性の詳細はそれぞれの <a href="/docs/MathML/Element" title="/docs/MathML/Element">要素のページ</a> にあります。</p>

<p>補足:</p>

<ul>
 <li>MathML {{ MathMLElement("mstyle") }} 要素と {{ MathMLElement("math") }} {{ gecko_minversion_inline("7.0") }} 要素は、すべての MathML プレゼンテーション要素のすべての属性を受け入れます。</li>
 <li>MathML の値と単位についての補足は、<a href="/docs/MathML/Attributes/Values" title="/docs/MathML/Attributes/Values"></a> を参照してください。</li>
</ul>

<table class="standard-table">
 <thead>
  <tr>
   <th>属性名</th>
   <th>この属性を取る要素</th>
   <th>説明</th>
  </tr>
 </thead>
 <tbody>
  <tr id="accent">
   <td><code>accent</code></td>
   <td>{{ MathMLElement("mo") }}, {{ MathMLElement("mover") }}, {{ MathMLElement("munderover") }}</td>
   <td>演算子がアクセント記号として扱われるべきか否かを指定する真偽値。</td>
  </tr>
  <tr id="accentunder">
   <td><code>accentunder</code></td>
   <td>{{ MathMLElement("munder") }}, {{ MathMLElement("munderover") }}</td>
   <td>演算子がアクセント記号として扱われるべきか否かを指定する真偽値。</td>
  </tr>
  <tr id="actiontype">
   <td><code>actiontype</code></td>
   <td>{{ MathMLElement("maction") }}</td>
   <td>この要素で起こるアクションを指定する文字列値。</td>
  </tr>
  <tr id="align">
   <td><code>align</code></td>
   <td>{{ MathMLElement("mtable") }}<br>
    {{ MathMLElement("munder") }}, {{ MathMLElement("mover") }}, {{ MathMLElement("munderover") }}<br>
    {{ MathMLElement("mstack") }}</td>
   <td>いくつかの要素の揃える位置を指定する (詳細は要素のページを参照)。</td>
  </tr>
  <tr id="alignmentscope">
   <td>{{ unimplemented_inline() }} <code>alignmentscope</code></td>
   <td>{{ MathMLElement("mtable") }}</td>
   <td>テーブル列が整列スコープとして振る舞うか否かを指定する真偽値。</td>
  </tr>
  <tr id="alt-*">
   <td>{{ unimplemented_inline() }}<br>
    <code>altimg</code><br>
    <code>altimg-width</code><br>
    <code>altimg-height</code><br>
    <code>altimg-valign</code><br>
    <code>alttext</code></td>
   <td>{{ MathMLElement("math") }}</td>
   <td>視覚的およびテキストへのフォールバックオプション。</td>
  </tr>
  <tr id="bevelled">
   <td><code>bevelled</code></td>
   <td>{{ MathMLElement("mfrac") }}</td>
   <td>分数がどのように表示されるべきかを指定する。</td>
  </tr>
  <tr id="charalign">
   <td>{{ unimplemented_inline() }} <code>charalign</code></td>
   <td>{{ MathMLElement("mstack") }}</td>
   <td>桁の水平方向の揃えを指定する。</td>
  </tr>
  <tr id="close">
   <td><code>close</code></td>
   <td>{{ MathMLElement("mfenced") }}</td>
   <td>閉じデリミタの文字列。</td>
  </tr>
  <tr id="columnalign">
   <td><code>columnalign</code></td>
   <td>{{ MathMLElement("mtable") }}, {{ MathMLElement("mtd") }}, {{ MathMLElement("mtr") }}, {{ MathMLElement("mlabeledtr") }}</td>
   <td>表のセルの水平方向の揃えを指定する。</td>
  </tr>
  <tr id="columnlines">
   <td><code>columnlines</code></td>
   <td>{{ MathMLElement("mtable") }}</td>
   <td>表の列間罫線を指定する。</td>
  </tr>
  <tr id="columnspacing">
   <td><code>columnspacing</code></td>
   <td>{{ MathMLElement("mtable") }}</td>
   <td>表の列間スペースを指定する。</td>
  </tr>
  <tr id="columnspan">
   <td><code>columnspan</code></td>
   <td>{{ MathMLElement("mtd") }}</td>
   <td>表のセルが何列分を占めるかを指定する非負整数。</td>
  </tr>
  <tr id="columnwidth">
   <td>{{ unimplemented_inline() }} <code>columnwidth</code></td>
   <td>{{ MathMLElement("mtable") }}</td>
   <td>表の列の幅を指定する。</td>
  </tr>
  <tr id="crossout">
   <td>{{ unimplemented_inline() }} <code>crossout</code></td>
   <td>{{ MathMLElement("mscarry") }}</td>
   <td>Specifies what kind of line is drawn to cross out carries.</td>
  </tr>
  <tr id="decimalpoint">
   <td>{{ unimplemented_inline() }} <code>decimalpoint</code></td>
   <td>{{ MathMLElement("mstyle") }}</td>
   <td>If the <code>decimalpoint</code> value is used to specify the <a href="#align">alignment</a>, this attribute is specifying the character for the alignment point within {{ MathMLElement("mstack") }} and {{ MathMLElement("mtable") }} columns.</td>
  </tr>
  <tr id="denomalign">
   <td><code>denomalign</code></td>
   <td>{{ MathMLElement("mfrac") }}</td>
   <td>分数の分母の揃え方。</td>
  </tr>
  <tr id="depth">
   <td><code>depth</code></td>
   <td>{{ MathMLElement("mpadded") }}</td>
   <td>Sets or increments the depth. See <a href="/docs/MathML/Attributes/Values">length</a>.</td>
  </tr>
  <tr id="dir">
   <td><code>dir</code></td>
   <td>{{ MathMLElement("math") }}, {{ MathMLElement("mi") }}, {{ MathMLElement("mo") }}, {{ MathMLElement("mrow") }}, {{ MathMLElement("ms") }}, {{ MathMLElement("mtext") }}</td>
   <td>The text direction. Possible values are either ltr (left to right) or rtl (right to left).</td>
  </tr>
  <tr id="display">
   <td><code>display</code></td>
   <td>{{ MathMLElement("math") }}</td>
   <td>レンダリングモードを指定する。取り得る値は <code>block</code><code>inline</code></td>
  </tr>
  <tr id="displaystyle">
   <td><code>displaystyle</code></td>
   <td>{{ MathMLElement("mstyle") }}, {{ MathMLElement("mtable") }}</td>
   <td>A Boolean value specifying whether more vertical space is used for displayed equations or, if set to <code>false</code>, a more compact layout is used to display formulas.</td>
  </tr>
  <tr id="edge">
   <td>{{ unimplemented_inline() }} <code>edge</code></td>
   <td>{{ MathMLElement("malignmark") }}</td>
   <td> </td>
  </tr>
  <tr id="equalcolumns">
   <td>{{ unimplemented_inline() }} <code>equalcolumns</code></td>
   <td>{{ MathMLElement("mtable") }}</td>
   <td>A Boolean value indicating whether to force all columns to have the same total height.</td>
  </tr>
  <tr id="equalrows">
   <td>{{ unimplemented_inline() }} <code>equalrows</code></td>
   <td>{{ MathMLElement("mtable") }}</td>
   <td>A Boolean value indicating whether to force all rows to have the same total height.</td>
  </tr>
  <tr id="fence">
   <td><code>fence</code></td>
   <td>{{ MathMLElement("mo") }}</td>
   <td>A Boolean value specifying whether the operator is a fence (such as parentheses). There is no visual effect for this attribute.</td>
  </tr>
  <tr id="form">
   <td>{{ unimplemented_inline() }} <code>form</code></td>
   <td>{{ MathMLElement("mo") }}</td>
   <td>Specifies the role of the operator in an enclosed expression.</td>
  </tr>
  <tr id="frame">
   <td><code>frame</code></td>
   <td>{{ MathMLElement("mtable") }}</td>
   <td>Specifies borders of an entire {{ MathMLElement("mtable") }}. Possible values are: <code>none</code> (default), <code>solid</code> and <code>dashed</code>.</td>
  </tr>
  <tr id="framespacing">
   <td><code>framespacing</code></td>
   <td>{{ MathMLElement("mtable") }}</td>
   <td>Specifies additional space added between the table and <code>frame</code>.</td>
  </tr>
  <tr id="groupalign">
   <td>{{ unimplemented_inline() }} <code>groupalign</code></td>
   <td>{{ MathMLElement("maligngroup") }}, {{ MathMLElement("mtable") }}, {{ MathMLElement("mtd") }}, {{ MathMLElement("mtr") }}</td>
   <td> </td>
  </tr>
  <tr id="height">
   <td><code>height</code></td>
   <td>{{ MathMLElement("mglyph") }}, {{ MathMLElement("mpadded") }}, {{ MathMLElement("mspace") }}</td>
   <td>Specifies the desired height. See <a href="/docs/MathML/Attributes/Values#Lengths" title="/docs/MathML/Attributes/Values#Lengths">lengths</a> for possible values.</td>
  </tr>
  <tr id="href">
   <td><code>href</code></td>
   <td><em>All</em></td>
   <td>Used to set a hyperlink to a specified URI.</td>
  </tr>
  <tr id="id">
   <td><code>id</code></td>
   <td><em>All</em></td>
   <td>Sets up a unique identifier associated with the element.</td>
  </tr>
  <tr id="indentalign">
   <td>{{ unimplemented_inline() }} <code>indentalign</code></td>
   <td>{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}</td>
   <td> </td>
  </tr>
  <tr id="indentalignfirst">
   <td>{{ unimplemented_inline() }} <code>indentalignfirst</code></td>
   <td>{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}</td>
   <td> </td>
  </tr>
  <tr id="indentalignlast">
   <td>{{ unimplemented_inline() }} <code>indentalignlast</code></td>
   <td>{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}</td>
   <td> </td>
  </tr>
  <tr id="indentshift">
   <td>{{ unimplemented_inline() }} <code>indentshift</code></td>
   <td>{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}</td>
   <td> </td>
  </tr>
  <tr id="indentshiftfirst">
   <td>{{ unimplemented_inline() }} <code>indentshiftfirst</code></td>
   <td>{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}</td>
   <td> </td>
  </tr>
  <tr id="indentshiftlast">
   <td>{{ unimplemented_inline() }} <code>indentshiftlast</code></td>
   <td>{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}</td>
   <td> </td>
  </tr>
  <tr id="indenttarget">
   <td>{{ unimplemented_inline() }} <code>indenttarget</code></td>
   <td>{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}</td>
   <td> </td>
  </tr>
  <tr id="infixlinebreakstyle">
   <td>{{ unimplemented_inline() }} <code>infixlinebreakstyle</code></td>
   <td>{{ MathMLElement("mstyle") }}</td>
   <td>Specifies the default <code>linebreakstyle</code> to use for infix operators.</td>
  </tr>
  <tr id="largeop">
   <td><code>largeop</code></td>
   <td>{{ MathMLElement("mo") }}</td>
   <td>演算子が通常よりも大きく書かれるべきかを指定する。</td>
  </tr>
  <tr id="length">
   <td><code>length</code></td>
   <td>{{ MathMLElement("msline") }}</td>
   <td> </td>
  </tr>
  <tr id="linebreak">
   <td>{{ unimplemented_inline() }} <code>linebreak</code></td>
   <td>{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}</td>
   <td> </td>
  </tr>
  <tr id="linebreakmultchar">
   <td>{{ unimplemented_inline() }} <code>linebreakmultchar</code></td>
   <td>{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}</td>
   <td> </td>
  </tr>
  <tr id="linebreakstyle">
   <td>{{ unimplemented_inline() }} <code>linebreakstyle</code></td>
   <td>{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}</td>
   <td> </td>
  </tr>
  <tr id="lineleading">
   <td>{{ unimplemented_inline() }} <code>lineleading</code></td>
   <td>{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}</td>
   <td> </td>
  </tr>
  <tr id="linethickness">
   <td><code>linethickness</code></td>
   <td>{{ MathMLElement("mfrac") }}</td>
   <td>水平分数線の幅</td>
  </tr>
  <tr id="location">
   <td>{{ unimplemented_inline() }} <code>location</code></td>
   <td>{{ MathMLElement("mscarries") }}</td>
   <td> </td>
  </tr>
  <tr id="longdivstyle">
   <td>{{ unimplemented_inline() }} <code>longdivstyle</code></td>
   <td>{{ MathMLElement("mlongdiv") }}</td>
   <td>割り算の筆算レイアウトのスタイルを制御する。</td>
  </tr>
  <tr id="lspace">
   <td><code>lspace</code></td>
   <td>{{ MathMLElement("mo") }}, {{ MathMLElement("mpadded") }}</td>
   <td>演算子の前側の空き量 (値と単位は <a href="/docs/MathML/Attributes/Values#Lengths">length</a> を参照)。</td>
  </tr>
  <tr id="lquote">
   <td><code>lquote</code></td>
   <td>{{ MathMLElement("ms") }}</td>
   <td>コンテンツを囲む引用開始文字 (<code>dir</code> に依存します)。デフォルト値は、"<code>&amp;quot;</code>"。</td>
  </tr>
  <tr id="mathbackground">
   <td><code>mathbackground</code></td>
   <td><em>All</em></td>
   <td>背景色。<code>#rgb</code> および <code>#rrggbb</code><a href="/docs/CSS/color_value#HTML.2fSVG.2fX11.c2.a0_Color_Keywords">HTML カラー名</a> が使用できます。</td>
  </tr>
  <tr id="mathcolor">
   <td><code>mathcolor</code></td>
   <td><em>All</em></td>
   <td>テキスト色。<code>#rgb</code> および <code>#rrggbb</code><a href="/docs/CSS/color_value#HTML.2fSVG.2fX11.c2.a0_Color_Keywords">HTML カラー名</a> が使用できます。</td>
  </tr>
  <tr id="mathsize">
   <td><code>mathsize</code></td>
   <td>{{ MathMLElement("mi") }}, {{ MathMLElement("mn") }}, {{ MathMLElement("mo") }}, {{ MathMLElement("ms") }}, {{ MathMLElement("mtext") }}</td>
   <td>コンテンツのサイズ。Gecko 20.0 {{geckoRelease("20")}} 以降、単位無しの値が使用でき、デフォルト値の N 倍の値として解釈されます。</td>
  </tr>
  <tr id="mathvariant">
   <td><code>mathvariant</code></td>
   <td>{{ MathMLElement("mi") }}, {{ MathMLElement("mn") }}, {{ MathMLElement("mo") }}, {{ MathMLElement("ms") }}, {{ MathMLElement("mtext") }}</td>
   <td>識別子の論理クラス。タイポグラフィーによって様々です。</td>
  </tr>
  <tr id="maxsize">
   <td><code>maxsize</code></td>
   <td>{{ MathMLElement("mo") }}</td>
   <td>演算子の最大サイズ。</td>
  </tr>
  <tr id="minlabelspacing">
   <td>{{ unimplemented_inline() }} <code>minlabelspacing</code></td>
   <td>{{ MathMLElement("mtable") }}</td>
   <td>A <a href="/docs/MathML/Attributes/Values">length value</a> specifing the minimum space between a <a href="Element/mlabeledtr" rel="internal">label</a> and the adjacent cell in the row.</td>
  </tr>
  <tr id="minsize">
   <td><code>minsize</code></td>
   <td>{{ MathMLElement("mo") }}</td>
   <td>演算子の最小サイズ。</td>
  </tr>
  <tr id="movablelimits">
   <td><code>movablelimits</code></td>
   <td>{{ MathMLElement("mo") }}</td>
   <td>Specifies whether attached under- and overscripts move to sub- and superscript positions.</td>
  </tr>
  <tr id="notation">
   <td><code>notation</code></td>
   <td>{{ MathMLElement("menclose") }}</td>
   <td>A list of notations, separated by white space, to apply to the child elements.</td>
  </tr>
  <tr id="numalign">
   <td><code>numalign</code></td>
   <td>{{ MathMLElement("mfrac") }}</td>
   <td>分数の分子の揃え方。</td>
  </tr>
  <tr id="open">
   <td><code>open</code></td>
   <td>{{ MathMLElement("mfenced") }}</td>
   <td>開きデリミタの文字列。</td>
  </tr>
  <tr id="overflow">
   <td>{{ unimplemented_inline() }} <code>overflow</code></td>
   <td>{{ MathMLElement("math") }}</td>
   <td>If an expression is too long to fit in the allowed width, this attribute sets the preferred handling.</td>
  </tr>
  <tr id="position">
   <td>{{ unimplemented_inline() }} <code>position</code></td>
   <td>{{ MathMLElement("msgroup") }}, {{ MathMLElement("msrow") }}, {{ MathMLElement("mscarries") }}, {{ MathMLElement("msline") }}</td>
   <td> </td>
  </tr>
  <tr id="rowalign">
   <td><code>rowalign</code></td>
   <td>{{ MathMLElement("mtable") }}, {{ MathMLElement("mtd") }}, {{ MathMLElement("mtr") }}</td>
   <td>表のセルの垂直方向の揃えを指定する。</td>
  </tr>
  <tr id="rowlines">
   <td><code>rowlines</code></td>
   <td>{{ MathMLElement("mtable") }}</td>
   <td>表の行間罫線を指定する。</td>
  </tr>
  <tr id="rowspacing">
   <td><code>rowspacing</code></td>
   <td>{{ MathMLElement("mtable") }}</td>
   <td>表の行間スペースを指定する。</td>
  </tr>
  <tr id="rowspan">
   <td><code>rowspan</code></td>
   <td>{{ MathMLElement("mtd") }}</td>
   <td>表のセルが何行分を占めるかを指定する非負整数。</td>
  </tr>
  <tr id="rspace">
   <td><code>rspace</code></td>
   <td>{{ MathMLElement("mo") }}</td>
   <td>演算子の後ろ側の空き量。</td>
  </tr>
  <tr id="rquote">
   <td><code>rquote</code></td>
   <td>{{ MathMLElement("ms") }}</td>
   <td>コンテンツを囲む引用終了文字 (<code>dir</code> に依存します)。デフォルト値は、"<code>&amp;quot;</code>"。</td>
  </tr>
  <tr id="scriptlevel">
   <td><code>scriptlevel</code></td>
   <td>{{ MathMLElement("mstyle") }}</td>
   <td>Controls mostly the font-size. The higher the <code>scriptlevel</code>, the smaller the font size.</td>
  </tr>
  <tr id="scriptminsize">
   <td><code>scriptminsize</code></td>
   <td>{{ MathMLElement("mstyle") }}</td>
   <td>Specifies a minimum font size allowed due to changes in <code>scriptlevel</code>.<br>
    Starting with Gecko 20.0 {{geckoRelease("20")}} unitless values and percent values are allowed and interpreted as multiple of "8pt".</td>
  </tr>
  <tr id="scriptsizemultiplier">
   <td><code>scriptsizemultiplier</code></td>
   <td>{{ MathMLElement("mstyle") }}</td>
   <td>Specifies the multiplier to be used to adjust font size due to changes in <code>scriptlevel</code>.</td>
  </tr>
  <tr id="selection">
   <td><code>selection</code></td>
   <td>{{ MathMLElement("maction") }}</td>
   <td>The child element which is addressed by the action.</td>
  </tr>
  <tr id="separator">
   <td><code>separator</code></td>
   <td>{{ MathMLElement("mo") }}</td>
   <td>視覚的には変わらないが,演算子が区切り記号(カンマなど)であるか否かを指定する。</td>
  </tr>
  <tr id="separators">
   <td><code>separators</code></td>
   <td>{{ MathMLElement("mfenced") }}</td>
   <td>区切り記号として使うゼロ個以上の文字の列</td>
  </tr>
  <tr id="shift">
   <td>{{ unimplemented_inline() }} <code>shift</code></td>
   <td>{{ MathMLElement("msgroup") }}</td>
   <td> </td>
  </tr>
  <tr id="side">
   <td>{{ unimplemented_inline() }} <code>side</code></td>
   <td>{{ MathMLElement("mtable") }}</td>
   <td>Specifies the position where {{ MathMLElement("mlabeledtr") }} label elements should be placed.</td>
  </tr>
  <tr id="src">
   <td>{{ unimplemented_inline() }} <code>src</code></td>
   <td>{{ MathMLElement("mglyph") }}</td>
   <td>画像リソースの場所</td>
  </tr>
  <tr id="stackalign">
   <td>{{ unimplemented_inline() }} <code>stackalign</code></td>
   <td>{{ MathMLElement("mstack") }}</td>
   <td> </td>
  </tr>
  <tr id="stretchy">
   <td><code>stretchy</code></td>
   <td>{{ MathMLElement("mo") }}</td>
   <td>Specifies whether the operator stretches to the size of the adjacent element.</td>
  </tr>
  <tr id="subscriptshift">
   <td><code>subscriptshift</code></td>
   <td>{{ MathMLElement("mmultiscripts") }}, {{ MathMLElement("msub") }}, {{ MathMLElement("msubsup") }}</td>
   <td>The minimum space by which to shift the subscript below the baseline of the expression.</td>
  </tr>
  <tr id="supscriptshift">
   <td><code>supscriptshift</code></td>
   <td>{{ MathMLElement("mmultiscripts") }}, {{ MathMLElement("msup") }}, {{ MathMLElement("msubsup") }}</td>
   <td>The minimum space by which to shift the superscript above the baseline of the expression.</td>
  </tr>
  <tr id="symmetric">
   <td><code>symmetric</code></td>
   <td>{{ MathMLElement("mo") }}</td>
   <td>If <code>stretchy</code> is <code>true</code>, this attribute specifies whether the operator should be vertically symmetric around the imaginary math axis (centered fraction line).</td>
  </tr>
  <tr id="voffset">
   <td><code>voffset</code></td>
   <td>{{ MathMLElement("mpadded") }}</td>
   <td>Sets the vertical position of the child content.</td>
  </tr>
  <tr id="width">
   <td><code>width</code></td>
   <td>{{ MathMLElement("mglyph") }}, {{ MathMLElement("mpadded") }}, {{ MathMLElement("mspace") }}, {{ MathMLElement("mtable") }}</td>
   <td>Specifies the desired width. See <a href="/docs/MathML/Attributes/Values#Lengths">lengths</a> for possible values.</td>
  </tr>
  <tr id="xlink-href">
   <td><code>xlink:href</code></td>
   <td><em>All</em></td>
   <td>Can be used to set a hyperlink to a specfied URI. However, authors are encouraged to use the <code>href</code> attribute instead.</td>
  </tr>
  <tr id="xmlns">
   <td><code>xmlns</code></td>
   <td>{{ MathMLElement("math") }}</td>
   <td>MathML 名前空間の URI (<code><a class="external" href="http://www.w3.org/1998/Math/MathML" rel="freelink">http://www.w3.org/1998/Math/MathML</a></code>) を指定する</td>
  </tr>
 </tbody>
</table>