- From: Khushal Sagar via GitHub <sysbot+gh@w3.org>
- Date: Wed, 27 Sep 2023 19:27:33 +0000
- To: public-css-archive@w3.org
I'm trying to understand what our base qualifiers are. IIUC, the idea is that going forward these base qualifiers can be combined with each other (using and/or operators). I was expecting those to be:
- from/to URL (to should be post redirects?).
- navigation type: push, traverse, replace, reload.
- same-document vs cross-document
`same-origin` is simply a shorthand for `to: urlpattern(/*)` (any same-origin URL).
But sounds like you're suggesting `reload` being another base qualifier which can't be combined with any other qualifier. Is that reasonable? For example, what happens if there is a reload which results in a same-site navigation after redirects. Don't we want authors to be able to express that with something like `@view-transition same-site reload { trigger: navigation; }`.
--
GitHub Notification of comment by khushalsagar
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8048#issuecomment-1737958466 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 27 September 2023 19:27:35 UTC