Skip to content

Commit 3541fea

Browse files
committed
[css-anchor-position] More explicitly restrict what pseudos can be an anchor. w3c#8615
1 parent a5cc63d commit 3541fea

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

css-anchor-position-1/Overview.bs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,13 @@ or nothing (a missing specifier).
268268
before reaching |query el|'s [=containing block=]
269269
is either not [=absolutely positioned=]
270270
or precedes |query el| in the tree order.
271+
272+
* |el| is either an [=element=],
273+
or a [=pseudo-element=] that acts like one.
274+
275+
Issue: define the term that actually means this,
276+
matching ::before/after/backdrop/etc
277+
(but not ::marker/placeholder/etc whose box is not detectable).
271278
</div>
272279

273280
<!-- Big Text: default

0 commit comments

Comments
 (0)