- From: Simon Sapin <simon.sapin@kozea.fr>
- Date: Wed, 03 Oct 2012 21:32:03 +0200
- To: www-style@w3.org
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