Path: blob/main/files/en-us/web/mathml/element/mover/index.md
6532 views
------{{MathMLRef}}
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:
accent: A
<boolean>indicating whether the over script should be treated as an accent (i.e. drawn bigger and closer to the base expression).
Examples
{{ EmbedLiveSample('mover_example', 700, 200, "", "") }}
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}
See also
{{ MathMLElement("munder") }} (Underscript)
{{ MathMLElement("munderover") }} (Underscript-overscript pair)