There is a reason for this. I happen to have an almost brand-new LCD screen here with LED backlight and high resolution, and a low-resultion over-a-decade-old LCD screen. And guess what? A website that looks totally fine on the old one is so blindingly bright on the new one that it hurts. It literally hurts to look at. This can be useful, as it provides a higher dynamic range, which can be used to recreate the blindi…
> Why can’t we specify colors independent of the monitors actual contrast ratio, too?
I wonder if the CSS4 color-gamut media query work will be a good enough proxy for this? E.g.
body { color: #fff; }
@media (color-gamut: p3) {
body { color: #eee; }
}
Essentially the assumption is that a high gamut display will also be high contrast. I wonder how bad that assumption is going to be.More details about color from webkit, https://webkit.org/blog/6682/improving-color-on-the-web/