- From: Danny Moerkerke via GitHub <sysbot+gh@w3.org>
- Date: Mon, 26 Jun 2023 21:46:33 +0000
- To: public-css-archive@w3.org
DannyMoerkerke has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-view-transitions-2] MPA support without JavaScript == I have been playing with view transitions in an MPA with CSS only which currently works in Chrome Canary with the following flags enabled: - [#enable-experimental-web-platform-features](chrome://flags/#enable-experimental-web-platform-features) - [#view-transition](chrome://flags/#view-transition) - [#view-transition-on-navigation](chrome://flags/#view-transition-on-navigation) The HTML documents also have the meta tag `<meta name="view-transition" content="same-origin">` I don't see this mentioned anywhere anymore in the [article on the Chrome Developers site](https://developer.chrome.com/docs/web-platform/view-transitions/) anymore so has this support for MPAs been deprecated? Or will this still be added in the future? This is my working demo: [https://small-ringed-crest.glitch.me/view-transition1.html](https://small-ringed-crest.glitch.me/view-transition1.html) Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9007 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 26 June 2023 21:46:35 UTC