[Webkit-unassigned] [Bug 112549] New: monochrome media feature does not accept integer values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 18 03:04:50 PDT 2013


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

           Summary: monochrome media feature does not accept integer
                    values
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rune at opera.com


The monochrome media feature should accept non-negative integers as specified in the Media Queries spec.

For instance:

/* Match non-monochrome displays. */
@media (monochrome: 0) {}

/* Match monochrome displays with 8 bits per pixel. */
@media all and (monochrome: 8) {}

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