- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Thu, 10 Mar 2022 18:32:04 +0000
- To: public-css-archive@w3.org
Example is now
```css
:root,
:root:lang(en) {--external-link: "external link";}
:root:lang(el) {--external-link: "εξωτερικός σύνδεσμος";}
a[href^="http"]::after {content: " (" var(--external-link) ")"}
```
--
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7131#issuecomment-1064368941 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 10 March 2022 18:32:09 UTC