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
821821

822822
823823
[Exposed=Window]
824-
interface CSSPseudoElement {
824+
interface CSSPseudoElement : EventTarget {
825825
readonly attribute CSSOMString type;
826826
readonly attribute CSSStyleDeclaration style;
827827
};
828-
829-
CSSPseudoElement implements EventTarget;
830828
831829

832830
The type attribute

0 commit comments

Comments
 (0)