Skip to content

Commit 1f4e5de

Browse files
committed
[css-pseudo-4] Restore idea that element-backed pseudos are always tree 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 w3c#11284.
1 parent b893221 commit 1f4e5de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-pseudo-4/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1610,8 +1610,9 @@ Element-backed Pseudo-Elements</h2>
16101610
(and, in fact, often <em>are</em> real elements
16111611
that are not otherwise selectable).
16121612

1613+
Element-backed pseudo-elements are always [=tree-abiding=].
16131614
Unless otherwise specified,
1614-
they are fully styleable
1615+
they are [=fully styleable=]
16151616
and inherit from their [=originating element=],
16161617
just like standard [=tree-abiding pseudo-elements=];
16171618
but they can be defined to inherit from another element instead.

0 commit comments

Comments
 (0)