- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Fri, 21 Oct 2022 19:59:00 +0000
- To: public-css-archive@w3.org
I like that `contrast-color(wheat tbd-bg wcag2 / bisque var(--accent-color) olive sienna color(display-p3 0 1 0) maroon)` has a clear separation between the background color and the possible foreground colors. But `/` as a separator inside a function seems a bit weird, why not a comma as usual? ```css contrast-color(wheat tbd-bg wcag2, bisque var(--accent-color) olive sienna color(display-p3 0 1 0) maroon) ``` -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7937#issuecomment-1287380594 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 21 October 2022 19:59:02 UTC