- From: Øyvind Stenhaug <oyvinds@opera.com>
- Date: Fri, 12 Jun 2009 17:33:18 +0200
- To: "www-style@w3.org" <www-style@w3.org>
Some of the prose regarding 'not' and 'only' is inconsistent with the
current syntax, e.g. this sentence from section 2:
"User agents must process media queries starting with 'only' as if the
'only' keyword was not present."
@media only (color) { /* media query is dropped because the syntax
requires a media type */ }
@media (color) { /* match, assuming a color device */ }
--
Øyvind Stenhaug
Core Norway, Opera Software ASA
Received on Friday, 12 June 2009 15:33:52 UTC