Skip to content

Commit c46a6e0

Browse files
committed
[css-anchor-position-1] Restore accidentally dropped text about CB ordering in one case. #11170
1 parent 90ddb0d commit c46a6e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css-anchor-position-1/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,11 @@ in anchor positioning.
425425
* both elements' [=containing blocks=] are generated by elements,
426426
and |positioned el|'s containing block
427427
is an ancestor in the [=flat tree=]
428-
to that of |possible anchor|'s [=containing block=].
428+
to that of |possible anchor|'s [=containing block=],
429+
and the last [=containing block=] in |possible anchor|'s [=containing block chain=]
430+
before reaching |positioned el|'s [=containing block=]
431+
is either not [=absolutely positioned=]
432+
or precedes |positioned el| in the tree order.
429433
* Both elements are [=in the same top layer=]
430434
and have the same [=containing block=],
431435
and are both [=absolutely positioned=],

0 commit comments

Comments
 (0)