--- title: MathMLElement slug: Web/API/MathMLElement tags: - API - MathML - 元素 - 参考 - 接口 translation_of: Web/API/MathMLElement ---
MathMLElement
接口表示任意 MathML 元素。
This interface has no properties, but inherits properties from: {{DOMxRef("DocumentAndElementEventHandlers")}}, {{DOMxRef("Element")}}, {{DOMxRef("ElementCSSInlineStyle")}}, {{DOMxRef("GlobalEventHandlers")}}, {{DOMxRef("HTMLOrForeignElement")}}
This interface has no methods, but inherits methods from: {{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
规范 | 状态 | 备注 |
---|---|---|
MathMLElement interface |
{{Compat("api.MathMLElement")}}