Skip to content

Commit 3e4b05e

Browse files
committed
[css-anchor-position-1] Clarify that intersection area must be non-zero for anchors-visible. w3c#13176
1 parent bef5dae commit 3e4b05e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

css-anchor-position-1/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2263,6 +2263,9 @@ depending on some commonly needed layout conditions.
22632263
i.e. clipping due to 'clip-path',
22642264
'overflow', or other effects (such as [=paint containment=])
22652265
that clip to the [=overflow clip edge=].
2266+
If |anchor| has non-zero area,
2267+
it must also have a non-zero intersection area
2268+
to be considered not fully clipped.
22662269

22672270
Whether or not |anchor| is [=clipped by intervening boxes=]
22682271
must be checked after [=updating content relevancy for a document=]
@@ -2687,6 +2690,8 @@ Significant changes since the <a href="https://www.w3.org/TR/2025/WD-css-anchor-
26872690

26882691
* Clarify positoin fallback interaction with transitions and animation.
26892692
(<a href="https://github.com/w3c/csswg-drafts/issues/13048">Issue 13048</a>)
2693+
* Clarify that intersection must be non-zero (when anchor box is non-zero) for ''anchors-visible''.
2694+
(<a href="https://github.com/w3c/csswg-drafts/issues/13176">Issue 13176</a>)
26902695

26912696
Significant changes since the <a href="https://www.w3.org/TR/2025/WD-css-anchor-position-1-20251007/">7 October 2025 Working Draft</a>:
26922697

0 commit comments

Comments
 (0)