There was a website that showed different browsers rendered CSS differently, it reminds me vaguely of a square / maybe divided in triangles. Anyone know the website? I have been looking for it but to no avail.
http://acid2.acidtests.org/ ?
Different browsers see different colors
11–20 of 88 posts
Re: Different browsers see different colors
#12https://www.littlecms.com can come in handy if you have tricky color space issues.
Re: Different browsers see different colors
#13Re: Different browsers see different colors
#14> There are many systems involved to turn an RGB triplet value into a specific wavelength of light
I think this wavelenght-color connection, often perpetuated in high-school classrooms, confuses people more than helps. In particular when talking RGB colors, your display (or really, any part of the process) will not really change the wavelenghts of outputted light based on the input.
Also colors really are not just wavelengths in EM spectrum. Color is more of a perceptual phenomenon, something that happens in our heads, more than physical phenomenon. And there are many things that can impact the color perception, most obviously the other surrounding colors and ambient lighting.
Re: Different browsers see different colors
#15(Mux founder here, but adding some additional community bits to the conversation) Probably unsurprisingly, the (honestly absurd world of) color is a pretty consistent topic among video engineers. Color theory is one of those areas that people working directly with it see it as a completely unsolved problem, and everyone else largely takes it for granted. This is a small sample size, but these are all talks just from…
Re: Different browsers see different colors
#16I wish all browsers would heed color space hints consistently. Seems like some things are always going to assume the generic sRGB, and some thing will notice the profile and convert accordingly. https://www.littlecms.com can come in handy if you have tricky color space issues.
Re: Different browsers see different colors
#17Screens also display colours differently. Trying to get the perfect colour is futile in the same way trying to get pixel perfect web designs is.
Re: Different browsers see different colors
#18Screens also display colours differently. Trying to get the perfect colour is futile in the same way trying to get pixel perfect web designs is.
Ultimately we decided to just use a gif, but the other, more fun solution we experimented with was to use canvas to render the video, grab the hex value from one of the purple pixels, and set the background to that[2].
[2] https://codesandbox.io/s/video-canvas-playground-gp0hk?from-...
Re: Different browsers see different colors
#19Earlier quoted context omitted.
http://acid2.acidtests.org/ ?
Oh, ironically, this old test breaks on Google Chrome 90.0.4430.212 on macOS.
Chrome and Safari both fail to complete acid2 and acid3 for me on MacOS.
Re: Different browsers see different colors
#20Earlier quoted context omitted.
http://acid2.acidtests.org/ ?
Nope, that's not it :(