[mediaqueries4][css3-conditional] Whitespace: "and(" vs. "and ("

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 Sapin

Received on Wednesday, 3 October 2012 22:05:48 UTC