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

Perhaps it can be a pseudo-state of the `::view-transition` rather than a new top-level rule?
e.g. `::view-transition:cross-document`, and then you can do 

:body:has(::view-transition:cross-document) {
  view-transition-name: "none" !important;
}


-- 
GitHub Notification of comment by noamr
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8048#issuecomment-1551306543 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 17 May 2023 12:30:09 UTC