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.
2 parents c95c7cc + dd439b4 commit 02138b8Copy full SHA for 02138b8
css-pseudo-4/Overview.bs
@@ -869,13 +869,11 @@ Interface CSSPseudoElement</h3>
869
870
<pre class="idl">
871
[Exposed=Window]
872
- interface CSSPseudoElement {
+ interface CSSPseudoElement : EventTarget {
873
readonly attribute CSSOMString <a href="#dom-csspseudochild-type">type</a>;
874
readonly attribute Element element;
875
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>;
876
};
877
-
878
- CSSPseudoElement implements EventTarget;
879
</pre>
880
881
The <dfn attribute for=CSSPseudoElement>type</dfn> attribute
0 commit comments