Skip to content

Commit 02138b8

Browse files
authored
Merge pull request w3c#2573 from saschanaz/patch-1
[css-pseudo-4] EventTarget is not a mixin
2 parents c95c7cc + dd439b4 commit 02138b8

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
@@ -869,13 +869,11 @@ Interface CSSPseudoElement</h3>
869869

870870
<pre class="idl">
871871
[Exposed=Window]
872-
interface CSSPseudoElement {
872+
interface CSSPseudoElement : EventTarget {
873873
readonly attribute CSSOMString <a href="#dom-csspseudochild-type">type</a>;
874874
readonly attribute Element element;
875875
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>;
876876
};
877-
878-
CSSPseudoElement implements EventTarget;
879877
</pre>
880878

881879
The <dfn attribute for=CSSPseudoElement>type</dfn> attribute

0 commit comments

Comments
 (0)