W3C home > Mailing lists > Public > www-style@w3.org > October 2012

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

From: Simon Sapin <simon.sapin@kozea.fr>
Date: Wed, 03 Oct 2012 21:32:03 +0200
Message-ID: <506C92B3.6010601@kozea.fr>
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

This archive was generated by hypermail 2.4.0 : Monday, 23 January 2023 02:14:20 UTC