<mroot>
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2023.
Das <mroot>
MathML-Element wird verwendet, um Wurzeln mit einem expliziten Index darzustellen. Es werden zwei Argumente akzeptiert, was zu der Syntax führt: <mroot> Basis Index </mroot>
.
Attribute
Dieses Element akzeptiert die globalen MathML-Attribute.
Beispiele
html
<math display="block">
<mroot>
<mi>x</mi>
<mn>3</mn>
</mroot>
</math>
Technische Zusammenfassung
Implizite ARIA-Rolle | Keine |
---|
Spezifikationen
Specification |
---|
MathML Core # radicals-msqrt-mroot |
Browser-Kompatibilität
Siehe auch
<msqrt>
(Quadratwurzel ohne Index)