Skip to content

Commit cc3c3ef

Browse files
committed
[css-anchor-position-1] Copy over the 'penultimate CB must precede the abspos' text from the next bullet point to cover similar cases here. #11030.
1 parent c46a6e0 commit cc3c3ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css-anchor-position-1/Overview.bs

+4
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,10 @@ in anchor positioning.
422422
and |possible anchor|'s [=containing block=] isn't.
423423
* |positioned el|'s [=containing block=] is the [=initial containing block=],
424424
and |possible anchor|'s [=containing block=] is generated by an element,
425+
and the last [=containing block=] in |possible anchor|'s [=containing block chain=]
426+
before reaching the [=initial containing block=]
427+
is either not [=absolutely positioned=]
428+
or precedes |positioned el| in the tree order.
425429
* both elements' [=containing blocks=] are generated by elements,
426430
and |positioned el|'s containing block
427431
is an ancestor in the [=flat tree=]

0 commit comments

Comments
 (0)