mathml-core.idl (332B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: MathML Core (https://w3c.github.io/mathml-core/) 5 6 [Exposed=Window] 7 interface MathMLElement : Element { }; 8 MathMLElement includes GlobalEventHandlers; 9 MathMLElement includes HTMLOrSVGElement;