Re: [csswg-drafts] [css-scroll-anchoring] Should not apply anchoring adjustments from scroll event handlers (#4239)

Chrome does defer scroll anchoring adjustments to a well-defined point in the frame lifecycle.  I think this is also in the spec, which defines the "suppression window" with reference to the event loop.

However, readback of scroll position forces the adjustment to occur (there is a test that verifies this).  There is some discussion on the review thread of https://codereview.chromium.org/2404393003 about when to flush the adjustment.

-- 
GitHub Notification of comment by skobes
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4239#issuecomment-536066567 using your GitHub account

Received on Friday, 27 September 2019 19:21:31 UTC