- From: Isaac Muse via GitHub <sysbot+gh@w3.org>
- Date: Tue, 22 Aug 2023 19:38:44 +0000
- To: public-css-archive@w3.org
Yeah, getting all of this clear is important. Unfortunately, if colors already in the color space have hue normalized, and if chroma is `none` makes `hue` `none`, then you can't do things like `color-mix(in oklch, oklch(none none 40), oklch(0.5 0.3 270))` to just mix the hue of any color. as hue would also become `none` in this case. I guess relative color syntax could be used to maybe get around this, but it makes what I thought was intuitive less so. -- GitHub Notification of comment by facelessuser Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8609#issuecomment-1688817374 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 22 August 2023 19:38:47 UTC