- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Wed, 22 Mar 2023 11:47:53 +0000
- To: public-css-archive@w3.org
romainmenke has just submitted a new pull request for https://github.com/w3c/csswg-drafts: == [css-color-5] fix mention of powerless components == see : https://github.com/w3c/csswg-drafts/issues/8609 https://drafts.csswg.org/css-color-4/#specifying-lab-lch > If the chroma of an LCH color is 0%, the hue component is [powerless](https://drafts.csswg.org/css-color-4/#powerless-color-component). If the lightness of an LCH color (after clamping) is 0%, or 100%, both the hue and chroma components are powerless. https://drafts.csswg.org/css-color-4/#specifying-oklab-oklch > If the chroma of an Oklch color is 0% or 0, the hue component is [powerless](https://drafts.csswg.org/css-color-4/#powerless-color-component). If the lightness of an Oklch color is 0% or 0, or 100% or 1.0, both the hue and chroma components are powerless. See https://github.com/w3c/csswg-drafts/pull/8631 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 22 March 2023 11:47:55 UTC