<msqrt>
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 <msqrt>
MathML-Element wird verwendet, um Quadratwurzeln anzuzeigen (es wird kein Index angezeigt). Die Quadratwurzel akzeptiert nur ein Argument, was zu folgendem Syntax führt: <msqrt> Basis </msqrt>
.
Attribute
Dieses Element akzeptiert die globalen MathML-Attribute.
Beispiele
html
<math display="block">
<msqrt>
<mi>x</mi>
</msqrt>
</math>
Technische Zusammenfassung
Implizite ARIA-Rolle | Keine |
---|
Spezifikationen
Specification |
---|
MathML Core # radicals-msqrt-mroot |
Browser-Kompatibilität
Siehe auch
<mroot>
(Radikal mit einem Index)