<mover>
<mover> MathML 元素用於在表示式上附加重音或限制。使用以下語法:<mover> base overscript </mover>
屬性
此元素的屬性包括 全域性 MathML 屬性 以及以下屬性
示例
html
<math display="block">
<mover accent="true">
<mrow>
<mi>x</mi>
<mo>+</mo>
<mi>y</mi>
<mo>+</mo>
<mi>z</mi>
</mrow>
<mo>⏞<!--TOP CURLY BRACKET--></mo>
</mover>
</math>
規範
| 規範 |
|---|
| MathML Core # underscripts-and-overscripts-munder-mover-munderover |
瀏覽器相容性
BCD 表僅在瀏覽器中載入
另請參閱
<munder>(下標)<munderover>(下標-上標對)