屬性
此元素支援 全域性 MathML 屬性。
示例
第一個 <mmultiscripts> 子元素成為基本表示式。預設情況下,其餘子元素成為後置指令碼元素(a, b)。<mprescripts> 起分隔符作用,它之後的子元素成為前置指令碼元素(c, d)。
html
<math display="block">
<mmultiscripts>
<mi>X</mi> <!-- base expression -->
<mi>a</mi> <!-- post-sub-script -->
<mi>b</mi> <!-- post-sup-script -->
<mprescripts />
<mi>c</mi> <!-- pre-sub-script -->
<mi>d</mi> <!-- pre-sup-script -->
</mmultiscripts>
</math>
技術摘要
| 隱式 ARIA 角色 | None |
|---|
規範
| 規範 |
|---|
| MathML Core # prescripts-and-tensor-indices-mmultiscripts |
瀏覽器相容性
載入中…