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

It seems a little strange for reloads, specifically, to be handled differently than other trigger qualities. I suggest baking this into the trigger syntax itself, and using comma separation, like:

```
@view-transition {
  transition-trigger: none | [ [ reload | no-reload ] || <transition-type> ]#;
}
```

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


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

Received on Wednesday, 9 August 2023 16:21:27 UTC