- From: Noam Rosenthal via GitHub <sysbot+gh@w3.org>
- Date: Tue, 15 Oct 2024 14:19:58 +0000
- To: public-css-archive@w3.org
Summarizing from internal sync, we're concerned about breaking existing developer expectations around this by changing the default behavior, especially since this is already shipped in Safari and the difference is not feature-detectable. Proposing, instead, to have this as a new CSS property. Suggesting the syntax from @bramus's comment earlier in the thread: `view-transition-capture-mode: flat | layered | auto`, where `flat` is the current mode, `layered` is the new mode, and `auto` would make a decision based on `view-transition-group`. Leaning towards having `layered` as the default and letting current adopters of view transitions try their sites in Canary. The advantage: - People can switch to the simpler mode if they wish in an easy way, without having to add new in-between DOM elements - It makes the new behavior feature detectable via `@supports`, while there is an interop issue -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10585#issuecomment-2414061612 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 15 October 2024 14:19:59 UTC