この翻訳は不完全です。英語から この記事を翻訳 してください。
MathML の <mo>
要素は広い意味の演算子を表します。厳密に数学的な意味の演算子のほかに、括弧類やカンマ・セミコロンといった区切り記号、絶対値の縦棒などの「演算子」も含みます。
属性
- accent
- 演算子が上下に付ける記号(underscript または overscript)として使われる場合、この属性は演算子がアクセント記号として扱われるべきかどうかを指定します。
取り得る値はtrue
またはfalse です。
- class, id, style
- スタイルシートと一緒に用いて提供されます。
- dir
- 数式全体の書字方向。値として
ltr
(左から右へ)とrtl
(右から左へ) が指定可能です。 - fence
- この属性は視覚的効果を持ちませんが、演算子が括弧類などの囲み記号であるかどうかを指定します。
取り得る値はtrue
またはfalse
です。 - form
- 囲んだ式における演算子の役割を指定します。これは、スペーシングや他のデフォルトプロパティに影響を与えます。通常の演算子(
+
,-
など)の場合、明示的にこの属性を指定する必要はありません。
取り得る値は次の通りです: - href
- 指定された URI へのハイパーリンクの設定に使用されます。
- largeop
displaystyle="true"
と設定されるときに演算子が通常よりも大きく表示されるべきかどうかを指定します。取り得る値はtrue
またはfalse
です。- lspace
- 演算子の前の空き量(値と単位については length を参照)。定数
thickmathspace
(5/18em)が既定値です。 - mathbackground
- 背景色。
#rgb
、#rrggbb
およびHTML色名を使用できます。 - mathcolor
- 文字色。
#rgb
、#rrggbb
およびHTML色名を使用できます。 - mathsize
- The size of the content. Possible values are:
small:
Font is rendered smaller than the current font size.normal:
Equivalent to 100% or 1em.big:
Font is rendered larger than the current font size.- a custom length.
- or a unitless value which multiplies the default.
- mathvariant
- This attribute specifies the logical class of the operator which varies in typography. That is, although the names suggest the typographic style for the class, semantically, items with the same class are treated "the same" within an expression, which might or might not involve displaying them with the named typography. The following values are allowed:
normal
(Default value) ;bold
;italic
;bold-italic
;
double-struck
;bold-fraktur
;script
;bold-script
;fraktur
;
sans-serif
;bold-sans-serif
;sans-serif-italic
;sans-serif-bold-italic
;monospace
;
initial
;tailed
;looped
;stretched
;
- maxsize
- If
stretchy
istrue
, this attribute specifies the maximum size of the operator. Allowed values are:infinity
- an arbitrary length
- minsize
- If
stretchy
istrue
, this attribute specifies the minimum size of the operator. Allowed values are:infinity
- an arbitrary length
- movablelimits
- displaystyle が
false
の場合に、上下に付ける記号(overscript,underscript)が上付き・下付き(superscript,subscript)の位置に移動するかどうかを指定します。
取り得る値はtrue
またはfalse です。
- rspace
- 演算子の後の空き量(値と単位については length を参照)。定数
thickmathspace
(5/18em)が既定値です。 - separator
- この属性は視覚的効果を持ちませんが、演算子がカンマなどの区切り記号であるかどうかを指定します。
取り得る値はtrue
またはfalse
です。 - stretchy
- Specifies whether the operator stretches to the size of the adjacent element.
Allowed values aretrue
orfalse
. - symmetric
- stretchy が
true
の場合、演算子が仮想数式軸(imaginary math axis,分数線の高さの水平軸)のまわりに上下対称であるべきかどうかを指定します。
既定値は、stretchy がtrue
セットされるならばtrue
となり、そうでなければfalse
です。 取り得る値はtrue
またはfalse
です。
例
<math> <mrow> <mn>5</mn> <mo>+</mo> <mn>5</mn> </mrow> <mrow> <mo> [ </mo> <!-- default form value: prefix --> <mrow> <mn> 0 </mn> <mo> ; </mo> <!-- default form value: infix --> <mn> 1 </mn> </mrow> <mo> ) </mo> <!-- default form value: postfix --> </mrow> </math>
仕様
仕様 | 状態 | コメント |
---|---|---|
MathML 3.0 mo の定義 |
勧告 | Current specification |
MathML 2.0 mo の定義 |
勧告 | 初期の仕様 |
ブラウザー互換性
機能 | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
基本サポート | 未サポート | 1.0 (1.7 or earlier) | 未サポート | 未サポート | 5.1 |
accent |
未サポート | 1.0 (1.7 or earlier) | 未サポート | 未サポート | 未サポート |
dir |
未サポート | 12.0 (12.0) | 未サポート | 未サポート | 未サポート |
form |
未サポート | 未サポート | 未サポート | 未サポート | 未サポート |
href |
未サポート | 7.0 (7.0) | 未サポート | 未サポート | 未サポート |
largeop |
未サポート | 未サポート | 未サポート | 未サポート | 未サポート |
lspace, rspace |
未サポート | 1.0 (1.7 or earlier) | 未サポート | 未サポート | 未サポート |
mathsize |
未サポート | 1.0 (1.7 or earlier) | 未サポート | 未サポート | 5.1 |
mathvariant |
未サポート | 28.0 (28.0) | 未サポート | 未サポート | 未サポート |
maxsize, minsize |
未サポート | 1.0 (1.7 or earlier) | 未サポート | 未サポート | 未サポート |
movablelimits |
未サポート | 1.0 (1.7 or earlier) | 未サポート | 未サポート | 未サポート |
stretchy |
未サポート | 1.0 (1.7 or earlier) | 未サポート | 未サポート | 5.1 |
symmetric |
未サポート | 1.0 (1.7 or earlier) | 未サポート | 未サポート | 未サポート |
機能 | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
基本サポート | 未サポート | 未サポート | 1.0 (1.9.2) | 未サポート | 未サポート | 未サポート |
accent |
未サポート | 未サポート | 1.0 (1.9.2) | 未サポート | 未サポート | 未サポート |
dir |
未サポート | 未サポート | 12.0 (12.0) | 未サポート | 未サポート | 未サポート |
form |
未サポート | 未サポート | 未サポート | 未サポート | 未サポート | 未サポート |
href |
未サポート | 未サポート | 7.0 (7.0) | 未サポート | 未サポート | 未サポート |
largeop |
未サポート | 未サポート | 未サポート | 未サポート | 未サポート | 未サポート |
lspace, rspace |
未サポート | 未サポート | 1.0 (1.9.2) | 未サポート | 未サポート | 未サポート |
mathsize |
未サポート | 未サポート | 1.0 (1.9.2) | 未サポート | 未サポート | 未サポート |
mathvariant |
未サポート | 未サポート | 28.0 (28.0) | 未サポート | 未サポート | 未サポート |
maxsize, minsize |
未サポート | 未サポート | 1.0 (1.9.2) | 未サポート | 未サポート | 未サポート |
movablelimits |
未サポート | 未サポート | 1.0 (1.9.2) | 未サポート | 未サポート | 未サポート |
stretchy |
未サポート | 未サポート | 1.0 (1.9.2) | 未サポート | 未サポート | 未サポート |
symmetric |
未サポート | 未サポート | 1.0 (1.9.2) | 未サポート | 未サポート | 未サポート |
Gecko 固有の注記
- Starting with Gecko 16.0 (Firefox 16.0 / Thunderbird 16.0 / SeaMonkey 2.13) the default values for
lspace
andrspace
have been corrected to match the MathML3 specification. They now default to the constantthickmathspace
(5/18em). - Starting with Gecko 20.0 (Firefox 20.0 / Thunderbird 20.0 / SeaMonkey 2.17) a unitless value for
mathsize
is allowed. - Some
mathvariant
values are only implemented starting with Gecko 28.0 (Firefox 28.0 / Thunderbird 28.0 / SeaMonkey 2.25) and require appropriate math fonts. - Any linebreaking or indentation attributes are not implemented yet. See バグ 534962.