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/msqrt/index.html | 75 ++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 files/ja/web/mathml/element/msqrt/index.html (limited to 'files/ja/web/mathml/element/msqrt') diff --git a/files/ja/web/mathml/element/msqrt/index.html b/files/ja/web/mathml/element/msqrt/index.html new file mode 100644 index 0000000000..f92be2fee3 --- /dev/null +++ b/files/ja/web/mathml/element/msqrt/index.html @@ -0,0 +1,75 @@ +--- +title: +slug: Web/MathML/Element/msqrt +tags: + - MathML + - 平方根 +translation_of: Web/MathML/Element/msqrt +--- +

{{MathMLRef()}}

+ +

MathMLの <msqrt> 要素は平方根(根指数のついていない累乗根)を表示するために用いられます。 引数は一つだけで、構文は <msqrt> base </msqrt> となります。

+ +

属性

+ +
+
class, id, style
+
CSSを用いて修飾を行なう際に使われます。
+
href
+
ハイパーリンクを設定する際に用いられます。
+
mathbackground
+
数式の背景色を指定するために使われます。#rgb#rrggbbのような16進表現のほか、HTMLで定められた色キーワードを用いることができます。
+
mathcolor
+
根号を含んだ数式の文字の色を指定するために使われます。#rgb#rrggbbのような16進表現のほか、HTMLで定められた色キーワードを用いることができます。
+
+ +

+ +

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

+ +

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

+ +
<math>
+
+ <msqrt>
+    <mi>x</mi>
+  </msqrt>
+
+</math>
+
+ +

ブラウザごとの互換性

+ + + +

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

+ +

仕様

+ + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{ SpecName('MathML3', 'chapter3.html#presm.msqrt', 'msqrt') }}{{ Spec2('MathML3') }}Current specification
{{ SpecName('MathML2', 'chapter3.html#presm.msqrt', 'msqrt') }}{{ Spec2('MathML2') }}Initial specification
+ +

See also

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