- From: Paul Irish <paul.irish@gmail.com>
- Date: Tue, 8 Mar 2011 14:43:16 -0800
- To: www-validator-css@w3.org
Received on Tuesday, 8 March 2011 22:44:18 UTC
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,
Paul
Received on Tuesday, 8 March 2011 22:44:18 UTC