MathMLElement
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.
Die MathMLElement
-Schnittstelle repräsentiert jedes MathML-Element.
Instanz-Eigenschaften
Erbt auch Eigenschaften von seinem Elternteil, Element
.
MathMLElement.attributeStyleMap
Nur lesbar-
Ein
StylePropertyMap
, das die Deklarationen desstyle
-Attributs des Elements darstellt. MathMLElement.style
-
Eine
CSSStyleDeclaration
, die die Deklarationen desstyle
-Attributs des Elements darstellt.
Instanz-Methoden
Diese Schnittstelle hat keine Methoden, erbt aber Methoden von ihrem Elternteil, Element
.
Beispiele
MathML
html
<math>
<msqrt>
<mi>x</mi>
</msqrt>
</math>
JavaScript
js
document.querySelector("msqrt").constructor.name; // MathMLElement
Spezifikationen
Specification |
---|
MathML Core # dom-mathmlelement |
Browser-Kompatibilität
BCD tables only load in the browser