[Webkit-unassigned] [Bug 167031] Media Query should allow negation for media feature when media type is not specified

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 18 05:55:25 PST 2017


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

Florian Rivoal <florian at rivoal.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |florian at rivoal.net

--- Comment #5 from Florian Rivoal <florian at rivoal.net> ---
(spec co-editor here). This boils down to the fact that you only have support for the Media queries level 3 syntax, which unlike the level 4 syntax does not allow for arbitrary not/and/or nesting.

I agree the level 4 syntax is much better (that's why we specified it), and hope you'll implement it.

Also, note that there's a mistake in https://bugs.webkit.org/attachment.cgi?id=298806 :

@media not(max-width: 700px)

You need a space between not and the opening parenthesis, otherwise it gets parsed as a function token instead of the not keyword.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170118/5fb4f11b/attachment-0001.html>


More information about the webkit-unassigned mailing list