In my last big reply, I've left one question open: interaction between ResizeObserver and IntersectionObserver. I've talked to IO authors, and now understand the relationship between the two:
- IntersectionObserver runs observation loop after ResizeObserver. This is because IO cares about what is displayed on screen, and RO can change layout.
- IntersectionObserver notifications are delivered on general task queue, with general task queue delivery guarantees.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/187#issuecomment-332351453