<mover>

Baseline 2023

Newly available

Since January 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

Das <mover> MathML-Element wird verwendet, um einen Akzent oder eine Grenze über einem Ausdruck zu platzieren. Verwenden Sie die folgende Syntax: <mover> base overscript </mover>

Attribute

Die Attribute dieses Elements umfassen die globalen MathML-Attribute sowie folgendes Attribut:

accent

Ein <boolean>, das angibt, ob das Overscript als Akzent behandelt werden soll (d.h. größer und näher zum Basisausdruck gezeichnet).

Beispiele

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>

Technische Zusammenfassung

Spezifikationen

Specification
MathML Core
# underscripts-and-overscripts-munder-mover-munderover

Browser-Kompatibilität

BCD tables only load in the browser

Siehe auch