- From: Jake Archibald via GitHub <sysbot+gh@w3.org>
- Date: Mon, 02 Sep 2024 12:48:19 +0000
- To: public-css-archive@w3.org
Ahhh so the problem is: If style observers fire before resize observers, then the resize observers may change styles in ways that the style observers would want to prevent rendering, but now can't. And if the ordering is reversed it's the same problem but for resize observers. Yeah, that makes sense. Thanks for explaining it. I still feel this could be limited to the rendering steps. I don't see the advantage of firing it for recalcs that happen outside the rendering steps. -- GitHub Notification of comment by jakearchibald Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8982#issuecomment-2324682978 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 2 September 2024 12:48:20 UTC