- From: Noam Rosenthal via GitHub <sysbot+gh@w3.org>
- Date: Tue, 22 Oct 2024 08:15:56 +0000
- To: public-css-archive@w3.org
> 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. Right, I think we should swap (5) and (6) - this flag should only matter for `navigate` navigations (not `traverse`). -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11063#issuecomment-2428576509 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 22 October 2024 08:15:57 UTC