- From: Romain Menke via GitHub <noreply@w3.org>
- Date: Wed, 22 Apr 2026 07:28:12 +0000
- To: public-css-archive@w3.org
Reopened this issue because I encountered an outcome with `hwb` that I didn't expect. But I think this is actually fine and working as intended. ---- `hwb(50deg none none)` for example is a bright yellow. When converted to `lch` it becomes pure black for display `lch(none none 87.2)`. So in relative colors this can be surprising: `lch(from hwb(50deg none none) l c h)` becomes black. But when mixing or assigning values to `l` and `c` in relative colors this will work as intended -> preserving the hue and `none` values. -- GitHub Notification of comment by romainmenke Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10210#issuecomment-4294363237 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 22 April 2026 07:28:13 UTC