- From: Simon Sapin <simon.sapin@kozea.fr>
- Date: Wed, 03 Oct 2012 21:35:15 +0200
- To: www-style@w3.org
Le 03/10/2012 21:32, Simon Sapin a écrit : > 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. Note however that the grammar for @media in css3-conditional correctly uses the media_query_list production. -- Simon Sapin
Received on Wednesday, 3 October 2012 19:35:46 UTC