Re: [csswg-drafts] [resize-observer] device-pixel-border-box size (#3554)

One note is that I *think* (although being sure requires executing the entire [`ResizeObserver` spec](https://drafts.csswg.org/resize-observer-1/) in my head) calling `ResizeObserver.observe()` on the canvas element in question on every `requestAnimationFrame` should lead to a reliable `ResizeObserver` notification every cycle, whether the canvas has resized or not.  That might be a path forward for @jdashg's use case.

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

Received on Wednesday, 24 July 2019 17:07:36 UTC