<msubsup>
Baseline 2023Newly available
Since January 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
<msubsup>
は MathML の要素で、式に下付き文字と上付き文字の両方を一緒に付けるために使用されます。
<msubsup> ベース 下付き文字 上付き文字 </msubsup>
という構文を使用します。
属性
この要素の属性には、グローバル MathML 属性の他、以下の非推奨属性があります。
subscriptshift
非推奨; 非標準-
<length-percentage>
として、下付き文字を式のベースラインより下にシフトするための最小量。 superscriptshift
非推奨; 非標準-
<length-percentage>
として、上付き文字を式のベースラインより上にシフトするための最小量。
メモ: subscriptshift
および superscriptshift
属性については、ブラウザーによっては古い MathML の長さも受け入れられるかもしれません。
例
html
<math display="block">
<msubsup>
<mo>∫<!--Integral --></mo>
<mn>0</mn>
<mn>1</mn>
</msubsup>
</math>
仕様書
Specification |
---|
MathML Core # subscripts-and-superscripts-msub-msup-msubsup |
ブラウザー互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
msubsup | ||||||||||||
subscriptshift | ||||||||||||
superscriptshift |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- Non-standard. Check cross-browser support before using.
- Deprecated. Not for use in new websites.
The compatibility table on 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.
関連情報
<msub>
(上付き文字)<msup>
(下付き文字)<mmultiscripts>
(前付き文字とテンソルインデックス)