MathMLElement.created 构造函数

MathMLElement.created()

当创建自定义元素时,由 DOM 实例化的构造函数。

只能由子类在其创建构造函数中调用。

实现

MathMLElement.created() : super.created();