bug with multiple media queries..
Paul Irish <[email protected]>
| Newsgroups | gmane.org.w3c.validator.css |
|---|---|
| Message-ID | <[email protected]> |
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