<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:
Beispiele
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>
Technische Zusammenfassung
Implizite ARIA-Rolle | Keine |
---|
Spezifikationen
Specification |
---|
MathML Core # underscripts-and-overscripts-munder-mover-munderover |
Browser-Kompatibilität
BCD tables only load in the browser
Siehe auch
<munder>
(Unterscript)<munderover>
(Paar aus Unterscript und Overscript)