We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d18c6a commit 65b850dCopy full SHA for 65b850d
css-anchor-position-1/Overview.bs
@@ -1242,9 +1242,9 @@ depending on some commonly needed layout conditions.
1242
is fully clipped by a box
1243
which is an ancestor of |anchor|
1244
but a descendant of |abspos|'s containing block.
1245
- This "clipping" can be due to the ancestor being a [=scroll container=],
1246
- or being clipped to its [=overflow clip edge=]
1247
- (such as by ''overflow: clip'' or [=paint containment=]).
+ Clipping in this case refers only to clipping due to 'overflow',
+ or other effects (such as [=paint containment=])
+ that clip to the [=overflow clip edge=].
1248
1249
Note: This means that if an abspos is next to its anchor in the DOM,
1250
for example,
0 commit comments