Andrey Sitnik
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.  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...
I like the idea. Can you send PR?
@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...