[csswg-drafts] [css-color-5] Example 11 cannot use source color channel keywords (#8308)

cdoublev has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-color-5] Example 11 cannot use source color channel keywords ==
I think `oklab()` cannot use `c` in Example 11 for [RCS](https://drafts.csswg.org/css-color-5/#relative-colors):

```js
html { --base:  oklch(52.6% 0.115 44.6deg) }
.summary {
  background:  oklab(from var(--base) l c  calc(h + 90));
}
```

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8308 using your GitHub account


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

Received on Friday, 13 January 2023 14:46:59 UTC