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 SapinReceived 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