Skip to content

Commit

Permalink
[css-pseudo-4] Restore idea that element-backed pseudos are always tr…
Browse files Browse the repository at this point in the history
…ee abiding.

The idea that element-backed pseudo-elements are a subset of
tree-abiding pseudo-elements was removed (inavertently, I think) in
24eda7a.  This restores it.

Fixes #11284.
  • Loading branch information
dbaron committed Nov 27, 2024
1 parent b893221 commit 1f4e5de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css-pseudo-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1610,8 +1610,9 @@ Element-backed Pseudo-Elements</h2>
(and, in fact, often <em>are</em> real elements
that are not otherwise selectable).

Element-backed pseudo-elements are always [=tree-abiding=].
Unless otherwise specified,
they are fully styleable
they are [=fully styleable=]
and inherit from their [=originating element=],
just like standard [=tree-abiding pseudo-elements=];
but they can be defined to inherit from another element instead.
Expand Down

0 comments on commit 1f4e5de

Please sign in to comment.