- From: Tim Nguyen via GitHub <sysbot+gh@w3.org>
- Date: Thu, 04 Jan 2024 16:08:49 +0000
- To: public-css-archive@w3.org
> btw I don't think the name `auto` would be a solution for generating names because it's not something that can effectively work across documents. I think it would have to be something that generates a name from capturing attributes along the element's ancestor chain. envisioning something like: > section.list li.item[:id] img { view-transition-name: item-[:id] } > or some such Sounds effectively like `attr()`. Makes me wonder if classes are needed if `attr()` just works. -- GitHub Notification of comment by nt1m Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9639#issuecomment-1877359370 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 4 January 2024 16:08:52 UTC