Skip to content

Commit 65b850d

Browse files
committed
[css-anchor-position-1] Clarify which clipping position-visibility cares about
1 parent 1d18c6a commit 65b850d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-anchor-position-1/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1242,9 +1242,9 @@ depending on some commonly needed layout conditions.
12421242
is fully clipped by a box
12431243
which is an ancestor of |anchor|
12441244
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=]).
1245+
Clipping in this case refers only to clipping due to 'overflow',
1246+
or other effects (such as [=paint containment=])
1247+
that clip to the [=overflow clip edge=].
12481248

12491249
Note: This means that if an abspos is next to its anchor in the DOM,
12501250
for example,

0 commit comments

Comments
 (0)