- From: David Bokan via GitHub <sysbot+gh@w3.org>
- Date: Fri, 22 Sep 2023 16:22:22 +0000
- To: public-css-archive@w3.org
One thing I've pointed out elsewhere but want to record here. If we make this about the navigation then other navigation features may require adding qualifiers that view-transitions doesn't support. E.g. ```css @navigation cross-origin { view-transition: trigger; some-other-feature-that-supports-cross-origin: enable; } ``` In this case I'm not sure how we'd surface the fact that the VT trigger isn't effective in this case? In a view-transitions syntax we'd simply disallow non-supported qualifiers (like `cross-origin`) so they would fail at parse. -- GitHub Notification of comment by bokand Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9383#issuecomment-1731700237 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 22 September 2023 16:22:23 UTC