Re: [csswg-drafts] [css-color-4] Allow out-of-gamut HSL/HWB colors (previously "Move gamut mapping to a future spec") (#8444)

Worth noting that `oklch 1 0 0)` should be sRGB white and (in [color.js](https://colorjs.io/)) converts to white to 9 significant figures:

rgb = [0.9999999694343976, 1.000000008665371, 1.000000114856359]

but the HSL algorithm seems totally thrown by those fractionally higher than 1.0 numbers.

-- 
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8444#issuecomment-1462506554 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 9 March 2023 17:54:40 UTC