<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>-Element von MathML wird verwendet, um einen Akzent oder eine Grenze über einem Ausdruck anzubringen. Verwenden Sie die folgende Syntax: <mover> base overscript </mover>

Attribute

Zu den Attributen dieses Elements gehören die globalen MathML-Attribute sowie das folgende Attribut:

accent

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

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