<mroot>
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.
The <mroot>
MathML element is used to display roots with an explicit index. Two arguments are accepted, which leads to the syntax: <mroot> base index </mroot>
.
Attributes
This element accepts the global MathML attributes.
Examples
html
<math display="block">
<mroot>
<mi>x</mi>
<mn>3</mn>
</mroot>
</math>
Technical summary
Implicit ARIA role | None |
---|
Specifications
Specification |
---|
MathML Core # radicals-msqrt-mroot |
Browser compatibility
BCD tables only load in the browser
See also
<msqrt>
(Square root without an index)