[Webkit-unassigned] [Bug 25871] New: Inconsistent treatment of parens in media rules

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 19 11:54:10 PDT 2009


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

           Summary: Inconsistent treatment of parens in media rules
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: dino at apple.com


For reasons that I cannot figure out, the following media rules work:

    @media only screen and (max-device-width: 480px) { ... }
    @media (-webkit-transform-2d) { ... }

but these do not:

    @media (only screen and (max-device-width: 480px)) { ... }
    @media -webkit-transform-2d { ... }

Why is the parent handling so inconsistent?


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



More information about the webkit-unassigned mailing list