[css3-mediaqueries] 'only'/'not' with omitted media type

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