- From: vmpstr via GitHub <sysbot+gh@w3.org>
- Date: Thu, 10 Aug 2023 19:03:12 +0000
- To: public-css-archive@w3.org
I think the idea is that if you have ```css @media (view-transition-group: refreshing) and (prefers-reduce-motion: no-preference) { } ``` then _either_ `startViewTransition(type: "refreshing")` or `@view-transition :reload { view-transition-group: refreshing }` can trigger that media query. I'm not convinced that this is a strong reason to avoid having a specific `@media (navigation-type: reload)` though, because you can likely combine that with `view-transition-group` that would only come from script. I do see the advantage of `@media (navigation-type: foo)` as compared to `@navigation foo` since you can compose the former with other media queries -- GitHub Notification of comment by vmpstr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8048#issuecomment-1673752424 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 10 August 2023 19:03:14 UTC