- From: Noam Rosenthal via GitHub <noreply@w3.org>
- Date: Wed, 13 Aug 2025 09:47:20 +0000
- To: public-css-archive@w3.org
> What I want to avoid is posting a separate task to do both cleanup and finish promise resolution, since that moves the promise callback to run at microtask checkpoint after the cleanup, vs at microtask checkpoint after update the rendering and before the task that runs the cleanup We can schedule a higher priority task and check in that task that (a) cleanup wasn't done yet (b) the finished promise wasn't resolved yet. -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12442#issuecomment-3183044055 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 13 August 2025 09:47:21 UTC