Skip to content

Commit 789c8e9

Browse files
Remove inheritance from EventTarget for CSSPseudoElement IDL (#13168)
As resolved in #12163 the CSSPseudoElement IDL is not an EventTarget inheritor anymore. Co-authored-by: Tab Atkins Jr. <jackalmage@gmail.com>
1 parent f541930 commit 789c8e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

css-pseudo-4/Overview.bs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,12 +1786,9 @@ Additions to the CSS Object Model</h2>
17861786
<h3 id="CSSPseudoElement-interface">
17871787
{{CSSPseudoElement}} Interface</h3>
17881788

1789-
The {{CSSPseudoElement}} interface
1790-
allows [=pseudo-elements=] to be event targets.
1791-
17921789
<pre class="idl">
17931790
[Exposed=Window]
1794-
interface CSSPseudoElement : EventTarget {
1791+
interface CSSPseudoElement {
17951792
readonly attribute CSSOMString type;
17961793
readonly attribute Element element;
17971794
readonly attribute (Element or CSSPseudoElement) parent;

0 commit comments

Comments
 (0)