[csswg-drafts] [css-color-5] color-function used but not defined (#4747)

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

== [css-color-5] color-function used but not defined ==
In [Mixing colors: the color-mix function](https://drafts.csswg.org/css-color-5/#colormix) and also [Adjusting colors: the color-adjust function](https://drafts.csswg.org/css-color-5/#coloradjust), the term <color-function> is used, but is not defined.

The following functions are defined informally, by being used in the examples:

  - `lightness()`
  - `hue()`
  - `a()`
  - `b()`

I assume that this one will also exist

  - `chroma()`

When another colorspace than `lch()` or `lab()` is used, there will also be color functions for those spaces (`rgb()`, `hsl()`, `hwb()`).

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

Received on Wednesday, 5 February 2020 19:05:24 UTC