[csswg-drafts] [css-view-transitions-2] Using 'was created via cross-origin redirects' Document creation state causes unexpected results (#11063)

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

== [css-view-transitions-2] Using 'was created via cross-origin redirects' Document creation state causes unexpected results ==
If you navigate into a site via a cross-origin redirect, then the 'was created via cross-origin redirects' bit gets set on the Document.

If you then navigate to a different page within the same site, the navigation is eligible for cross document view transition.

If you then navigate back to the original page, and this uses the BFCache, then this second navigation is not eligible, since the Document is still marked as having been created by a cross-origin redirect.

This seems unexpected to me, as the cross-origin redirect during navigation is unrelated to the current navigation.

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


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

Received on Monday, 21 October 2024 23:22:47 UTC