w3c / csswg-drafts

CSS Working Group Editor Drafts
https://drafts.csswg.org/
Other
4.47k stars 658 forks source link

[scroll-animations] Out of date references to HTML spec for the event loop #10769

Open lilles opened 1 month ago

lilles commented 1 month ago

The numbered references to the HTML spec in https://drafts.csswg.org/scroll-animations/#event-loop no longer matches

lilles commented 1 month ago

I was generating an older version of the HTML spec to see which steps are actually referred to, and the stale timeline update happens after resizeObserver steps with a clarifying note, but that does not match the Chromium implementation:

Note: We check for layout changes after dispatching any ResizeObservers intentionally to take programmatically sized elements into account.