- From: Noam Rosenthal via GitHub <sysbot+gh@w3.org>
- Date: Wed, 12 Feb 2025 19:56:41 +0000
- To: public-css-archive@w3.org
Looking at this again, perhaps this is not the right solution. I think the issue comes from activating the view transition too early, right at `pagereveal`. This was perhaps a mistake and the activation (+ `ready` promise) should be done in the layout+style loop, right after the initial content-visibility determination. The `pagereveal` event itself can remain where it, allowing the author to add promise reactions etc. This would mean that `rAF` callbacks would be called before those promises - which would be a breaking change, but I'm not sure if it would be significant for anyone. -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10773#issuecomment-2654714277 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 12 February 2025 19:56:42 UTC