From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/mathml/element/mo/index.html | 179 ++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 files/ja/web/mathml/element/mo/index.html (limited to 'files/ja/web/mathml/element/mo') diff --git a/files/ja/web/mathml/element/mo/index.html b/files/ja/web/mathml/element/mo/index.html new file mode 100644 index 0000000000..009bd61201 --- /dev/null +++ b/files/ja/web/mathml/element/mo/index.html @@ -0,0 +1,179 @@ +--- +title: +slug: Web/MathML/Element/mo +tags: + - MathML + - MathML Reference + - 'MathML:Element' + - 'MathML:Token Elements' +translation_of: Web/MathML/Element/mo +--- +

{{MathMLRef()}}

+ +

MathML の <mo> 要素は広い意味の演算子を表します。厳密に数学的な意味の演算子のほかに、括弧類やカンマ・セミコロンといった区切り記号、絶対値の縦棒などの「演算子」も含みます。

+ +

属性

+ +
+
accent
+
演算子が上下に付ける記号(underscript または overscript)として使われる場合、この属性は演算子がアクセント記号として扱われるべきかどうかを指定します。
+ 取り得る値は true または false です。
+
class, id, style
+
スタイルシートと一緒に用いて提供されます。
+
dir
+
数式全体の書字方向。値として ltr (左から右へ)と rtl (右から左へ) が指定可能です。
+
fence
+
この属性は視覚的効果を持ちませんが、演算子が括弧類などの囲み記号であるかどうかを指定します。
+ 取り得る値は true または false です。
+
form
+
囲んだ式における演算子の役割を指定します。これは、スペーシングや他のデフォルトプロパティに影響を与えます。通常の演算子(+, - など)の場合、明示的にこの属性を指定する必要はありません。
+ 取り得る値は次の通りです: +
    +
  • prefix を指定すると開き括弧類(opening fences)になります。(演算子が一つ以上の子要素を持つ {{ MathMLElement("mrow") }} 要素の最初の子要素の場合はこれが既定値です。)
  • +
  • infix を指定するとセパレーターになります。(演算子が {{ MathMLElement("mrow") }} 要素に含まれていない場合はこれが既定値です。)
  • +
  • postfix を指定すると閉じ括弧類(closing fences)になります。(演算子が一つ以上の子要素を持つ {{ MathMLElement("mrow") }} 要素の最後の子要素の場合はこれが既定値です。)
  • +
+
+
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) ; Example
  • +
  • bold ; Example
  • +
  • italic ; Example
  • +
  • bold-italic ; Example
  • +
+ +
    +
  • double-struck ; Example
  • +
  • bold-fraktur ; Example
  • +
  • script ; Example
  • +
  • bold-script ; Example
  • +
  • fraktur ; Example
  • +
+ +
    +
  • sans-serif ; Example
  • +
  • bold-sans-serif ; Example
  • +
  • sans-serif-italic ; Example
  • +
  • sans-serif-bold-italic ; Example
  • +
  • monospace ; Example
  • +
+ +
    +
  • initial ; مثال
  • +
  • tailed ; مثال
  • +
  • looped ; مثال
  • +
  • stretched ; مثال
  • +
+
+
maxsize
+
If stretchy is true, this attribute specifies the maximum size of the operator. Allowed values are: +
    +
  • infinity
  • +
  • an arbitrary length
  • +
+
+
minsize
+
If stretchy is true, this attribute specifies the minimum size of the operator. Allowed values are: +
    +
  • infinity
  • +
  • an arbitrary length
  • +
+
+
movablelimits
+
displaystylefalse の場合に、上下に付ける記号(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 are true or false.
+
symmetric
+
stretchytrue の場合、演算子が仮想数式軸(imaginary math axis,分数線の高さの水平軸)のまわりに上下対称であるべきかどうかを指定します。
+ 既定値は、stretchytrue セットされるならば 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>
+
+ +

仕様

+ + + + + + + + + + + + + + + + + + + + + +
仕様状態コメント
{{ SpecName('MathML3', 'chapter3.html#presm.mo', 'mo') }}{{ Spec2('MathML3') }}Current specification
{{ SpecName('MathML2', 'chapter3.html#presm.mo', 'mo') }}{{ Spec2('MathML2') }}初期の仕様
+ +

ブラウザ実装状況

+ + + +

{{Compat("mathml.elements.mo")}}

+ +

Gecko 固有の注記

+ + -- cgit v1.2.3-54-g00ecf