- From: Khushal Sagar via GitHub <sysbot+gh@w3.org>
- Date: Mon, 29 Apr 2024 15:05:54 +0000
- To: public-css-archive@w3.org
If the iframe is detached we'll never render any frames for it and will be stuck at the step [here](https://drafts.csswg.org/css-view-transitions-1/#dom-document-startviewtransition:~:text=The%20view%20transition%20process%20continues%20in%20setup%20view%20transition%2C%20via%20perform%20pending%20transition%20operations.), waiting for the next frame to capture the old state. Seems better to skip and invoke the update callback to show the new DOM directly. Same reasoning as the visibility case IMO. -- GitHub Notification of comment by khushalsagar Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10264#issuecomment-2082989610 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 29 April 2024 15:05:56 UTC