Re: [csswg-drafts] [css-view-transitions-2] Syntax for navigation-matching (#8925)

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