Hi, Example 20 says: > The following is an malformed media query because having no space > between ‘and’ and the expression is not allowed. (That is reserved > for the functional notation syntax.) > > @media all and(color) { … } but the relevant grammar is "AND S* expression". Should the grammar be changed to "AND S+ expression" to capture in normative spec that some whitespace is required there? Whatever we decide here should also apply to css3-conditional’s 'and', 'or', and 'not' operators. (ie: can they be functions?) Cheers, -- Simon SapinReceived on Wednesday, 3 October 2012 22:05:48 GMT
This archive was generated by hypermail 2.3.1 : Tuesday, 26 March 2013 17:21:01 GMT