- From: Jake Archibald via GitHub <sysbot+gh@w3.org>
- Date: Wed, 08 May 2024 09:22:43 +0000
- To: public-css-archive@w3.org
@noamr I appreciate the reframing. I do worry that the use-cases being tackled here are ones that pop up for little demos, but aren't such a big issue in 'real' development. In real apps/sites, it's pretty easy to assign items a unique ID. `ident()` + `attr()` helps a bit, but not loads. `auto`/`element-uuid` is SPA only, and ensuring that element references are stable is harder in frameworks than just assigning a unique ID. The biggest help here has been [transition classes](https://github.com/w3c/csswg-drafts/issues/8319). Aside from that, it feels like a lot of effort is being spent here that could be better spent on something like [nested transition groups](https://github.com/WICG/view-transitions/blob/main/explainer.md#nested-transition-groups), which would unblock a bunch of transitions. -- GitHub Notification of comment by jakearchibald Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8320#issuecomment-2100145036 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 8 May 2024 09:22:44 UTC