Skip to content

Commit

Permalink
[css-anchor-position-1] Clarify which clipping position-visibility ca…
Browse files Browse the repository at this point in the history
…res about
  • Loading branch information
fantasai committed Oct 4, 2024
1 parent 1d18c6a commit 65b850d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css-anchor-position-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1242,9 +1242,9 @@ depending on some commonly needed layout conditions.
is fully clipped by a box
which is an ancestor of |anchor|
but a descendant of |abspos|'s containing block.
This "clipping" can be due to the ancestor being a [=scroll container=],
or being clipped to its [=overflow clip edge=]
(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=].

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

0 comments on commit 65b850d

Please sign in to comment.