<mover>
Baseline 2023Newly available
Since January 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
The <mover>
MathML element is used to attach an accent or a limit over an expression. Use the following syntax: <mover> base overscript </mover>
Attributes
This element's attributes include the global MathML attributes as well as the following attribute:
Examples
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>
Technical summary
Implicit ARIA role | None |
---|
Specifications
Specification |
---|
MathML Core # underscripts-and-overscripts-munder-mover-munderover |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
mover | ||||||||||||
accent |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
See also
<munder>
(Underscript)<munderover>
(Underscript-overscript pair)