Open
Description
Testing hack http://browserhacks.com/#hack-448c4b5ec6e62bb3c328cca118f0a80d
on my raspberry's mot recent Chromium version : 22.0.1229.94 built on Debian 7.0 running on debian 7.2 (161065)
I was surprised to see that CSS ignored by chromium :
body {
opacity: 0; /*read by chromium */
}
@media screen {
@media (min-width: 0px) {
body {
opacity: 1; /*NOT read by chromium v22*/
}
}
}
This hack is supposed to be for "Everything but Internet Explorer and Safari ≤6".
However, using Chromium (Version 37.0.2062.120 Ubuntu 12.04) that same CSS was actually interpreted.
I suggest you may add a warning/info about it