Andrey Sitnik

Results 1018 comments of Andrey Sitnik

We do it for a reason. `#0067E2` is on the edge of sRGB gamut and with less precision the color will go to P3 gamut. ![Captura desde 2024-09-12 01-14-49](https://github.com/user-attachments/assets/d11debb9-7644-4485-878d-a9d2014335fa) For...

> If it goes into P3 territory and display can’t show it, it will be rounded down anyway Browser will use P3 > sRGB gamut correction which will change the...

Here we will have double shift. The second problem is that browser's P3 > sRGB gamut correction could be different leading to a different shift.

Another problem is that it is confuse users. They put obviously sRGB color, but tool tell them that it is P3 color. We added this feature because people asked us...

@ankiiisharma yes, we still need help here to implement @SomeNameDee algorithm

I made a fix which make it a little better https://github.com/evilmartians/oklch-picker/commit/57ef89eae12749a1c34b7b0764215d5966bc24dc It is still longer that field but at least is not soo long.

Hi. We are using Can I Use data (from their `caniuse-db` npm package) and `light-dark()` data is avaiable only on MDN. Can I Use showing this data from MDN source...