<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.
Das <mroot>
MathML Element wird verwendet, um Wurzeln mit einem expliziten Index darzustellen. Es akzeptiert zwei Argumente, was zur Syntax führt: <mroot> base 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
BCD tables only load in the browser
Siehe auch
<msqrt>
(Quadratwurzel ohne einen Index)