この翻訳は不完全です。英語から この記事を翻訳 してください。
MathML の <msup>
要素は,式に上付きを付けるために用います。
構文は <msup> base superscript </msup>
となります。
属性
- 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. - superscriptshift
- 上付き部分を本体のベースラインから持ち上げる最小の量を length value. で指定します。
例
Sample rendering:
Rendering in your browser:
<math> <msup> <mi>X</mi> <mn>2</mn> </msup> </math>
ブラウザ毎の互換性
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 未サポート (24 only) | 1.0 (1.7 or earlier) | 未サポート | 9.5 | 5.1 |
href |
未サポート WebKit bug 85733 | 7.0 (7.0) | 未サポート | 未サポート | 未サポート WebKit bug 85733 |
mathbackground |
未サポート (24 only) | 4.0 (2.0) | 未サポート | 未サポート | 5.1 |
mathcolor |
未サポート (24 only) | 4.0 (2.0) | 未サポート | 未サポート | 5.1 |
superscriptshift |
未サポート | 1.0 (1.7 or earlier) | 未サポート | 未サポート | 未サポート |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | 未サポート | 未サポート | 1.0 (1.0) | 未サポート | 未サポート | 未サポート |
href |
未サポート | 未サポート | 7.0 (7.0) | 未サポート | 未サポート | 未サポート |
mathbackground |
未サポート | 未サポート | 4.0 (2.0) | 未サポート | 未サポート | 未サポート |
mathcolor |
未サポート | 未サポート | 4.0 (2.0) | 未サポート | 未サポート | 未サポート |
superscriptshift |
未サポート | 未サポート | 1.0 (1.0) | 未サポート | 未サポート | 未サポート |
Gecko-specific notes
- Starting with Gecko 26.0 (Firefox 26 / Thunderbird 26 / SeaMonkey 2.23) it is no longer possible to use
<none />
as a child element. The rendering has been made more consistent with equivalent configurations of<msub>
and<mmultiscripts>
and a bug with an incorrect application ofthe superscriptshift
attribute has been fixed (see バグ 827713 for details).
仕様
Specification | Status | Comment |
---|---|---|
MathML 3.0 The definition of 'msup' in that specification. |
勧告 | Current specification |
MathML 2.0 The definition of 'msup' in that specification. |
勧告 | Initial specification |
See also
<msub>
(Subscript)<msubsup>
(Subscript-superscript pair)<mmultiscripts>
(Prescripts and tensor indices)