Re: [csswg-drafts] [css-color-4] Concerns about color() function fallback (#5931)

> If the fallback is dropped from the specification, I expect most `color()` functions with custom profiles to be used behind the protection of a `var()` fallback:
```css
--my-color: color(--my-profile, ...);
color: var(--my-color, rgb(...));
```

Yes, I expect so too; and it would be good to put such an example in the specification.

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


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

Received on Monday, 1 March 2021 21:00:40 UTC