Re: [csswg-drafts] [css-view-transitions-1] Disallow the name `auto` as `view-transition-name` (#9639)

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 selector chain. envisioning something like:

```css
section.list li.item[:id] img { view-transition-name: item-[:id]  }
```

or some such

-- 
GitHub Notification of comment by noamr
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9639#issuecomment-1877353545 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:05:26 UTC