[csswg-drafts] [css-view-transitions-2] Don't trigger capture if the navigation doesn't result in Document change (#8782)

khushalsagar has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-view-transitions-2] Don't trigger capture if the navigation doesn't result in Document change ==
A navigation could end with no change in the Document associated with the committed navigation entry, for example fragment navigations or a 204 response. We shouldn't be doing a transition in this case, preferably even capturing of the current Document is not initiated.

This implies that we need to wait until we've received a server response which ensures the navigation will be cross-document before capturing the current Document. This means the current Document has to do at least one render before it is unloaded.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8782 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 1 May 2023 20:49:45 UTC