<mover>

<mover> MathML 元素用於在表示式上附加重音或限制。使用以下語法:<mover> base overscript </mover>

屬性

此元素的屬性包括 全域性 MathML 屬性 以及以下屬性

accent

一個 <boolean> 指示上標是否應被視為重音(即繪製得更大且更靠近基本表示式)。

示例

html
<math display="block">
  <mover accent="true">
    <mrow>
      <mi>x</mi>
      <mo>+</mo>
      <mi>y</mi>
      <mo>+</mo>
      <mi>z</mi>
    </mrow>
    <mo>&#x23DE;<!--TOP CURLY BRACKET--></mo>
  </mover>
</math>

規範

規範
MathML Core
# underscripts-and-overscripts-munder-mover-munderover

瀏覽器相容性

BCD 表僅在瀏覽器中載入

另請參閱