Re: [csswg-drafts] [css-contain-3] container-name string vs ident (#6405)

It's still not implemented anywhere, but using css-values-4 syntax, you could achieve that without needing strings:
```css
[container-name] {
  container-name: attr(container-name ident);
}


-- 
GitHub Notification of comment by frivoal
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6405#issuecomment-867389795 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 24 June 2021 06:56:50 UTC