<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:florian&#64;rivoal.net" title="Florian Rivoal &lt;florian&#64;rivoal.net&gt;"> <span class="fn">Florian Rivoal</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Media Query should allow negation for media feature when media type is not specified"
   href="https://bugs.webkit.org/show_bug.cgi?id=167031">bug 167031</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>florian&#64;rivoal.net
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Media Query should allow negation for media feature when media type is not specified"
   href="https://bugs.webkit.org/show_bug.cgi?id=167031#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Media Query should allow negation for media feature when media type is not specified"
   href="https://bugs.webkit.org/show_bug.cgi?id=167031">bug 167031</a>
              from <span class="vcard"><a class="email" href="mailto:florian&#64;rivoal.net" title="Florian Rivoal &lt;florian&#64;rivoal.net&gt;"> <span class="fn">Florian Rivoal</span></a>
</span></b>
        <pre>(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 <a href="https://bugs.webkit.org/attachment.cgi?id=298806">https://bugs.webkit.org/attachment.cgi?id=298806</a> :

&#64;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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>