- From: Isaac Muse via GitHub <sysbot+gh@w3.org>
- Date: Wed, 17 Aug 2022 16:10:09 +0000
- To: public-css-archive@w3.org
That is not what I see at all in Safari TP, I get white on my Display P3 monitor. Unless there is some other special feature you have enabled that I don't. This makes sense as `color(srgb 10 0 0)` is so far out in the land of imaginary colors (past the spectral locus) that all components exceed 1 and it just gets clipped to white. Even gamut mapping will leave you with just white. You can try it [here](https://facelessuser.github.io/coloraide/playground/?code=Color%28%27color%28srgb%2010%200%200%29%27%29%2econvert%28%27display-p3%27%29%2efit%28method%3D%27oklch-chroma%27%29%0AColor%28%27color%28srgb%2010%200%200%29%27%29%2econvert%28%27display-p3%27%29%2eclip%28%29). -- GitHub Notification of comment by facelessuser Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7610#issuecomment-1218225210 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 17 August 2022 16:10:10 UTC