- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Tue, 18 Jul 2023 18:01:12 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-view-transitions-2] Should ViewTransitions be triggered for reloads?`, and agreed to the following: * `RESOLVED: Reloads don't trigger view transitions by default.` <details><summary>The full IRC log of that discussion</summary> <fantasai> noamr: This is about reloads, came up by people using the current experiment we have with cross-document ransitions<br> <fantasai> noamr: question is what should happen on reloads<br> <fantasai> noamr: by default, currently, the transition happens<br> <fantasai> noamr: because it's just a same-origin navigation where both pages opt in!<br> <fantasai> noamr: but developers find this confusing<br> <fantasai> noamr: in the future we might want opting in or customizing specifically the reload transition<br> <fantasai> noamr: which is something we wanted to add to the opt in<br> <fantasai> noamr: but wanted to say that they're disabled for now<br> <fantasai> noamr: because more confusing that useful<br> <astearns> +1 to disabling on reload (by default)<br> <fantasai> noamr: also thinking about reloads, reloading from cache, things are not always fast when you reload<br> <fantasai> noamr: also you probably went from some state to same state<br> <fantasai> noamr: right now is disable by default, opt in if need arises<br> <astearns> ack fantasai<br> <emilio> q+<br> <khush> +1<br> <fantasai> fantasai: 100% agree about disaling<br> <astearns> ack emilio<br> <fantasai> fantasai: also this is something to think about when designing the at-rule<br> <fantasai> emilio: Wanted to ask about reloads, or navigating to the same URI<br> <fantasai> emilio: e.g. if you click to the same URI<br> <fantasai> noamr: related is history<br> <fantasai> noamr: I think that navigating to the same URI is also like posting a form, for example<br> <fantasai> noamr: in which case transitions could be useful?<br> <fantasai> emilio: I'm fine with special-casing reloads<br> <fantasai> emilio: but seems like other cases to consider<br> <dbaron> my intuition is that special-casing reloads makes more sense than special-casing same-uri navigation<br> <fantasai> emilio: e.g. click on GitHub logo from the GitHub homepage. Seems weird to navigate around<br> <fantasai> khush: wrt navigation, two types, replacing current entry or adding a new entry<br> <fantasai> khush: so if you have a link to the same page, retrieve that as a new navigation<br> <fantasai> khush: but if replacing the current entry, then that shouldn't do a transition<br> <fantasai> emilio: so are you proposing to do reload, or all replacement navigations?<br> <fantasai> emilio: I think we all agree that reloads shouldn't trigger VT<br> <fantasai> emilio: but are there other cases?<br> <fantasai> emilio: e.g. [lists examples]<br> <fantasai> emilio: question is what specific concepts to use here, though we all seem to agree on disabling reload by default<br> <fantasai> noamr: [too quiet]<br> <fantasai> noamr: might be a good starting point<br> <fantasai> noamr: redirect, like meta refresh<br> <vmpstr> q?<br> <fantasai> noamr: is that also a replace?<br> <fantasai> noamr: client-side redirects<br> <fantasai> noamr: are also replace<br> <fantasai> noamr: [missed]<br> <emilio> examples: clicking on the same page (not a replaced load), explicit replace load via script, ...<br> <astearns> ack fantasai<br> <emilio> fantasai: it seems we all agree on reloads<br> <emilio> ... but we need more exploration for which other cases shouldn't trigger a transition<br> <emilio> ... e.g. clicking on a fragment adds to history but probably shouldn't transition<br> <khush> Unless it's cross-doc, we won't do a transition.<br> <emilio> ... so should we resolve on reloads not doing transitions and investigating other issues in the issue?<br> <fantasai> astearns: Proposed resolution is reloads don't trigger VT by default, any objections?<br> <fantasai> RESOLVED: Reloads don't trigger view transitions by default.<br> <fantasai> ACTION: Investigate other cases that shouldn't trigger view transitions.<br> <fantasai> astearns: If we disable a bunch of stuff, re-enabling things might be tricky, so need to be careful when categorizing the set of things<br> <fantasai> astearns: but let's move on<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8784#issuecomment-1640701514 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 18 July 2023 18:01:14 UTC