MathMLElement

MathMLElement 接口表示任何 MathML 元素。

EventTarget Node Element MathMLElement

实例属性

还继承了其父级 Element 的属性。.

MathMLElement.attributeStyleMap 只读

一个 StylePropertyMap,表示元素的 style 属性的声明。

MathMLElement.style

一个 CSSStyleDeclaration,表示元素的 style 属性的声明。

实例方法

此接口没有方法,但继承了其父级 Element 的方法。.

示例

MathML

html
<math>
  <msqrt>
    <mi>x</mi>
  </msqrt>
</math>

JavaScript

js
document.querySelector("msqrt").constructor.name; // MathMLElement

规范

规范
MathML Core
# dom-mathmlelement

浏览器兼容性

BCD 表格仅在启用 JavaScript 的浏览器中加载。

另请参阅