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

Sure, so does Gecko, but reading back layout-dependent values goes through all the lifecycle steps including applying adjustments, unless I'm misreading the blink code:

https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/dom/document.cc?l=3038&rcl=85bca75346768d2f213696319acdd149467a8bab

So doing stuff like `getBoundingClientRect()`, or `offsetHeight`, or whatever else would _also_ perform adjustments.

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

Received on Saturday, 28 September 2019 00:37:11 UTC