- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Mon, 01 Mar 2021 21:00:38 +0000
- To: public-css-archive@w3.org
> 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