Re: [csswg-drafts] [css-view-transitions-2] Declarative opt-in for cross-document navigations (#8048)

> 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