It appears that the CSS validator has a parsing issue when multiple, comma-deliminated queries. Here is the example I'm using: @media screen and (max-width: 800px), screen and (orientation:landscape) { #content { width: 100px; } } But another one straight from http://www.w3.org/TR/css3-mediaqueries/#media0that errors out: @media *screen and (color), projection and (color)* { … } Is there a better place for me to file this issue? Or am I incorrect? Thanks, PaulReceived on Tuesday, 8 March 2011 22:44:18 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 27 June 2012 00:14:27 GMT