[Webkit-unassigned] [Bug 39220] CSS3 Media Queries are not serialized according to CSSOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 17 08:50:47 PDT 2010


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





--- Comment #1 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-05-17 08:50:47 PST ---
The media query:

NOT braille, media and (orientation: 'landscape') AND (min-WIDTH:100px) and (max-width: 200px ), all and and (color) and (color).

is serialized to:

not braille, media and (orientation: landscape) and (min-width: 100px) and (max-width: 200px), all and (color) and (color)

but it should have been serialized to:

not braille, media and (orientation: landscape) and (max-width: 200px) and (min-width: 100px), (color)

-- 
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