Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove inheritance from EventTarget for CSSPseudoElement IDL
As resolved in #12163
the CSSPseudoElement IDL is not an EventTarget inheritor anymore.
  • Loading branch information
danielsakhapov committed Nov 27, 2025
commit 267e526154b724554a7ce62f21a6dbe0aadd6462
5 changes: 1 addition & 4 deletions css-pseudo-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1751,12 +1751,9 @@ Additions to the CSS Object Model</h2>
<h3 id="CSSPseudoElement-interface">
{{CSSPseudoElement}} Interface</h3>

The {{CSSPseudoElement}} interface
allows pseudo-elements to be event targets.

<pre class="idl">
[Exposed=Window]
interface CSSPseudoElement : EventTarget {
interface CSSPseudoElement {
readonly attribute CSSOMString type;
readonly attribute Element element;
readonly attribute (Element or CSSPseudoElement) parent;
Expand Down