Skip to content

chromium v22 cannot read CSS in #hack-448c4b5ec6e62bb3c328cca118f0a80d #171

Open
@gamifiq

Description

@gamifiq

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions