We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d5b12 commit 2eef2bdCopy full SHA for 2eef2bd
crates/web-sys/webidls/enabled/MathMLElement.webidl
@@ -12,8 +12,11 @@
12
13
[Exposed=Window]
14
interface MathMLElement : Element { };
15
+// https://www.w3.org/TR/mathml-core/#dom-and-javascript
16
MathMLElement includes GlobalEventHandlers;
17
MathMLElement includes HTMLOrSVGElement;
18
+// https://drafts.csswg.org/cssom/#the-elementcssinlinestyle-mixin
19
MathMLElement includes ElementCSSInlineStyle;
20
+// https://w3c.github.io/touch-events/#extensions-to-the-globaleventhandlers-mixin
21
MathMLElement includes TouchEventHandlers;
22
MathMLElement includes OnErrorEventHandlerForNodes;
0 commit comments