[Webkit-unassigned] [Bug 200842] New: Support for "not" in media queries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 16 16:38:17 PDT 2019


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

            Bug ID: 200842
           Summary: Support for "not" in media queries
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dino at apple.com

Created attachment 376565

  --> https://bugs.webkit.org/attachment.cgi?id=376565&action=review

test video

We don't support the "not" operator in some parts of media queries. e.g.

@media not (max-device-width: 10px) { .box { background-color: blue; } }

That should evaluate to true on all devices which are wider than 10px.

Test case attached.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190816/3668dbf8/attachment.html>


More information about the webkit-unassigned mailing list