Skip to content

Commit 1bbd577

Browse files
committed
[css-anchor-position] Specify when last remembered position options are forgotten. Remove issue.
1 parent 96865cb commit 1bbd577

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

css-anchor-position-1/Overview.bs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,12 +1437,15 @@ laying out later elements cannot change this decision.
14371437
Layout does not "go backward", in other words.
14381438
</div>
14391439

1440+
At the time that {{ResizeObserver}} events are determined and delivered,
1441+
if an element has a [=last successful position option=]
1442+
but is not an [=absolutely positioned=] element,
1443+
remove its [=last successful position option=].
1444+
(This is intentionally identical to the treatment of [=last remembered sizes=].)
1445+
14401446
Issue: Make sure the snapshotted scroll offset stuff is correct now,
14411447
given interleaving.
14421448

1443-
Issue: Add conditions for forgetting the [=last successful position option=],
1444-
similar to the [=last remembered size=]
1445-
14461449
Implementations may choose to impose an implementation-defined limit
14471450
on the length of [=position options lists=],
14481451
to limit the amount of excess layout work that may be required.

0 commit comments

Comments
 (0)