- From: Noam Rosenthal via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 Jun 2023 13:32:39 +0000
- To: public-css-archive@w3.org
btw with the URLs in the SPA case, perhaps we don't need new parameters? ```js // old URL is the current document URL when the old state is captured document.startViewTransition(() => { // new URL is the document URL when the new state is captured. history.push(newURL); }); ``` -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8925#issuecomment-1582588833 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 8 June 2023 13:32:41 UTC