[css3-conditional] Media query vs. media query list

Hi,

css3-conditional says that @media is "followed by a (possibly empty) 
media query (as defined in [MEDIAQ]), followed by a group rule body." 
and gives the example:

     @media print, (max-width: 600px) {}

It should say "followed by a (possibly empty) media query *list*". In 
css3-mediaqueries terms, the example above contains a comma-separated 
list of two media queries. The current css3-conditional text implies (in 
contradiction with the example) that only one media query is allowed per 
@media rule.

Cheers,
-- 
Simon Sapin

Received on Wednesday, 3 October 2012 19:32:35 UTC