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

{{MathMLRef()}}

+ +

MathML の <msub> 要素は式に下付きを付けるために用います。
+ 構文は <msub> base subscript </msub> となります。

+ +

属性

+ +
+
class, id, style
+
Provided for use with stylesheets.
+
href
+
Used to set a hyperlink to a specified URI.
+
mathbackground
+
The background color. You can use #rgb, #rrggbb and HTML color names.
+
mathcolor
+
The text color. You can use #rgb, #rrggbb and HTML color names.
+
subscriptshift
+
下付き部分を本体のベースラインから下げる最小量を length value として指定します。
+
+ +

+ +

Sample rendering: x1

+ +

Rendering in your browser: X 1

+ +
<math>
+
+  <msub>
+    <mi>X</mi>
+    <mn>1</mn>
+  </msub>
+
+</math>
+
+ +

ブラウザ毎の互換性

+ + + +

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

+ +

Gecko-specific notes

+ + + +

仕様

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

See also

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