- From: Chris Lilley via GitHub <noreply@w3.org>
- Date: Sun, 06 Jul 2025 16:27:18 +0000
- To: public-css-archive@w3.org
No, this is correct. [`<color-interpolation-method>`](https://drafts.csswg.org/css-color-5/#color-interpolation-method) is ``` = in [ <rectangular-color-space> | <polar-color-space> <hue-interpolation-method>? | <custom-color-space> ] ``` in other words it contains a color space, but also has other stuff like the keyword `in` and, for polar spaces, a hue interpolation method. So the intent is that you convert to the color space specified in the color interpolation method. -- GitHub Notification of comment by svgeesus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12447#issuecomment-3042177379 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 6 July 2025 16:27:19 UTC