[css3-mediaqueries] Parsing media queries

In HTML4 it was pretty clear. You first split on the "," and then remove  
all characters after the first non ASCII-letter, hyhen or digit. The  
resulting values are the media specified.

For Media Queries it's not clear what rules you have to follow when the  
media query given (after splitting on ",") doesn't match the syntax. It's  
important to know this for the CSSOM MediaList interface for instance.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Monday, 15 January 2007 14:12:33 UTC