- From: Noam Rosenthal via GitHub <sysbot+gh@w3.org>
- Date: Thu, 14 Sep 2023 16:16:14 +0000
- To: public-css-archive@w3.org
> I'm not sure that > > ``` > @view-transition same-origin { trigger: <any-value-other-than-navigation> } > ``` > > makes any sense. Should it maybe be > > ``` > @view-transition navigation { > origin: same-origin; > } > ``` This doesn't work because it doesn't let you customize classes etc based on URL. The URLs/types need to be in the matcher rather than in the descriptor. > > or something else? Other suggestions? -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8048#issuecomment-1719756012 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 14 September 2023 16:16:16 UTC