Skip to content

Commit dd439b4

Browse files
authored
EventTarget is not a mixin
1 parent 24b389a commit dd439b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

css-pseudo-4/Overview.bs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -821,12 +821,10 @@ Interface CSSPseudoElement</h3>
821821

822822
<pre class="idl">
823823
[Exposed=Window]
824-
interface CSSPseudoElement {
824+
interface CSSPseudoElement : EventTarget {
825825
readonly attribute CSSOMString <a href="#dom-csspseudochild-type">type</a>;
826826
readonly attribute <a href="https://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSStyleDeclaration">CSSStyleDeclaration</a> <a href="#dom-csspseudochild-style">style</a>;
827827
};
828-
829-
CSSPseudoElement implements EventTarget;
830828
</pre>
831829

832830
The <dfn id="dom-csspseudochild-type">type</dfn> attribute

0 commit comments

Comments
 (0)