--- title: MathMLElement slug: Web/API/MathMLElement tags: - API - Interface - MathML - MathMLElement - Referencia translation_of: Web/API/MathMLElement ---
A interface MathMLElement representa qualquer elemento MathML.
Esta interface não tem propriedades, mas herda propriedades de: {{DOMxRef("DocumentAndElementEventHandlers")}}, {{DOMxRef("Element")}}, {{DOMxRef("ElementCSSInlineStyle")}}, {{DOMxRef("GlobalEventHandlers")}}, {{DOMxRef("HTMLOrForeignElement")}}
Esta interface não tem métodos, mas herda métodos de: {{DOMxRef("DocumentAndElementEventHandlers")}}, {{DOMxRef("Element")}}, {{DOMxRef("ElementCSSInlineStyle")}}, {{DOMxRef("GlobalEventHandlers")}}, {{DOMxRef("HTMLOrForeignElement")}}
<math xmlns="http://www.w3.org/1998/Math/MathML">
<msqrt>
<mi>x</mi>
</msqrt>
</math>
document.querySelector('msqrt').constructor.name; // MathMLElement
| Especificação | Estado | Comentário |
|---|---|---|
| MathMLElement interface |
{{Compat("api.MathMLElement")}}