File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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+
14401446Issue: Make sure the snapshotted scroll offset stuff is correct now,
14411447given interleaving.
14421448
1443- Issue: Add conditions for forgetting the [=last successful position option=] ,
1444- similar to the [=last remembered size=]
1445-
14461449Implementations may choose to impose an implementation-defined limit
14471450on the length of [=position options lists=] ,
14481451to limit the amount of excess layout work that may be required.
You can’t perform that action at this time.
0 commit comments