Skip to content

Commit 2eef2bd

Browse files
committed
Add some comments to the MathMLElement webidl
1 parent c8d5b12 commit 2eef2bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/web-sys/webidls/enabled/MathMLElement.webidl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212

1313
[Exposed=Window]
1414
interface MathMLElement : Element { };
15+
// https://www.w3.org/TR/mathml-core/#dom-and-javascript
1516
MathMLElement includes GlobalEventHandlers;
1617
MathMLElement includes HTMLOrSVGElement;
18+
// https://drafts.csswg.org/cssom/#the-elementcssinlinestyle-mixin
1719
MathMLElement includes ElementCSSInlineStyle;
20+
// https://w3c.github.io/touch-events/#extensions-to-the-globaleventhandlers-mixin
1821
MathMLElement includes TouchEventHandlers;
1922
MathMLElement includes OnErrorEventHandlerForNodes;

0 commit comments

Comments
 (0)