We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ddb0d commit c46a6e0Copy full SHA for c46a6e0
css-anchor-position-1/Overview.bs
@@ -425,7 +425,11 @@ in anchor positioning.
425
* both elements' [=containing blocks=] are generated by elements,
426
and |positioned el|'s containing block
427
is an ancestor in the [=flat tree=]
428
- to that of |possible anchor|'s [=containing block=].
+ 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.
433
* Both elements are [=in the same top layer=]
434
and have the same [=containing block=],
435
and are both [=absolutely positioned=],
0 commit comments