[Webkit-unassigned] [Bug 119573] New: Malformed media query: Media queries with unexpected tokens are represented as "not all".

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 8 06:14:09 PDT 2013


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

           Summary: Malformed media query: Media queries with unexpected
                    tokens are represented as "not all".
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Major
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zalan at apple.com


@media screen and (min-width: 480px), and (device-width: 768px) {

should read

@media screen and (min-width: 480px), not all

http://www.w3.org/TR/css3-mediaqueries/

FYI: Works in Chrome: "Version 30.0.1590.2 canary". Probably just matter of cherrypicking the relevant patch(es).

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