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/mroot/index.html | 85 ++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 files/ja/web/mathml/element/mroot/index.html (limited to 'files/ja/web/mathml/element/mroot') diff --git a/files/ja/web/mathml/element/mroot/index.html b/files/ja/web/mathml/element/mroot/index.html new file mode 100644 index 0000000000..64b9691e23 --- /dev/null +++ b/files/ja/web/mathml/element/mroot/index.html @@ -0,0 +1,85 @@ +--- +title: +slug: Web/MathML/Element/mroot +tags: + - MathML + - MathML Reference + - 'MathML:Element' + - 'MathML:General Layout Schemata' +translation_of: Web/MathML/Element/mroot +--- +
{{MathMLRef}}
+ +

MathML の <mroot> 要素は根指数の付いた累乗根を表示するのに用いられます。引数は二つあり,構文は <mroot> 基数 根指数 </mroot> となります。

+ +

属性

+ +
+
class, id, style
+
スタイルシートで使用するために使います。
+
displaystyle
+
論理値で、数式を表示する際に上下に余白を追加するかどうかを指定します。 false に設定すると、数式を表示するのによりコンパクトなレイアウトを使用します。 displaystyletrue に設定する主な効果は、演算子をより大きく表示することです。 {{ MathMLElement("mo") }} の largeop および movablelimits も参照してください。
+
href
+
指定された URL へのハイパーリンクを設定するために使われます。
+
mathbackground
+
背景色を指定します。 #rgb#rrggbb のような16進表現やHTML 色名を用いることができます
+
mathcolor
+
文字や記号自体の色を指定します。 #rgb#rrggbb のような16進表現や HTML color 色名を用いることができます
+
+ +

+ +

レンダリングのサンプル(画像): x

+ +

ブラウザのレンダリング結果: x 3

+ +
<math>
+
+ <mroot>
+    <mi>x</mi>
+    <mn>3</mn>
+ </mroot>
+
+</math>
+
+ +

仕様書

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("MathMLCore", "#radicals-msqrt-mroot", "mroot")}}{{Spec2("MathMLCore")}}草稿の仕様
{{ SpecName('MathML3', 'chapter3.html#presm.mroot', 'mroot') }}{{ Spec2('MathML3') }}現在の仕様
{{ SpecName('MathML2', 'chapter3.html#presm.mroot', 'mroot') }}{{ Spec2('MathML2') }}初回定義
+ +

ブラウザーの互換性

+ + + +

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

+ +

関連情報

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