[Webkit-unassigned] [Bug 45017] CSS MediaQuery tests fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 3 11:29:06 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45017





--- Comment #5 from Daniel Glazman <daniel at glazman.org>  2010-09-03 11:29:06 PST ---
> @media screen, not(orientation)
>
> (which does not parse)
> should result in @media screen, but I don't see how that is correct behavior, > from the spec.

The prose says the error handling cares about media queries. Here you
have a group of two media queries... So not(orientation) is invalid and
thrown away and screen is valid and preserved.
This was also discussed recently inside the CSS WG.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list