Re: [csswg-drafts] [css-variables] Example 5 choice of language (#7131)

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