MathML <msubsup>
要素は、下付き文字と上付き文字の両方を一緒に式に付けるために使用されます。
次の構文を使用します: <msubsup> ベース 下付き文字 上付き文字 </msubsup>
属性
例
サンプルレンダリング:
ブラウザーでのレンダリング:
<math displaystyle="true">
<msubsup>
<mo> ∫<!--Integral --> </mo>
<mn> 0 </mn>
<mn> 1 </mn>
</msubsup>
</math>
仕様
仕様 | 状態 | コメント |
---|---|---|
MathML 3.0 msubsup の定義 |
勧告 | 現在の仕様 |
MathML 2.0 msubsup の定義 |
勧告 | 初期の仕様 |
ブラウザー互換性
BCD tables only load in the browser
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Gecko固有のノート
- Gecko 26.0 (Firefox 26 / Thunderbird 26 / SeaMonkey 2.23 / Firefox OS 1.2)から、子要素として
<none />
を使用することはできません。 レンダリングは<msup>
と<mmultiscripts>
の同等の構成と一貫して行われ、subscriptshift
とsuperscriptshift
属性の誤った適用によるバグが修正されました(詳細については バグ 827713 を参照)。
関連項目
<msub>
(上付き文字)<msup>
(下付き文字)<mmultiscripts>
(プリスケープとテンソルインデックス)