|
|
|
|
|
by ly
1962 days ago
|
|
I’m working on a website with WCG colors right now, and in practice you’re mostly right: Chrome and related browsers only support sRGB, and will thus only show sRGB colors. In Safari you can opt in to use display-p3 for colors in CSS, and it will display those as WCG and everything else still as sRGB. This looks amazing. However, there’s Firefox which only supports sRGB, but then displays everything in WCG completely over saturating every single colored pixel on a website [1]. The only way to get your website to look the way you intended it on Firefox is to make the whole thing black and white. [1] https://www.reddit.com/r/firefox/comments/dloon6/solving_fir... |
|