Re: [csswg-drafts] [mediaqueries-4] Can't have 'not', 'and' and 'or' at the same level

Because "not" is unary, and "and" and "or" are binary; it's very 
standard for unary operators to either have very high or very low 
binding strength, whichever is most useful in context (and in this 
case I think it's obvious it would have high binding, like it does in 
other programming languages), but it's usually difficult to predict 
which of two binary operators have higher precedence.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/pull/185#issuecomment-225877807 
using your GitHub account

Received on Tuesday, 14 June 2016 13:18:20 UTC