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
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