Bug in css validator
Szymon Nosal <[email protected]>
| Newsgroups | gmane.org.w3c.validator.css |
|---|---|
| Message-ID | <CA+o6WBPdM4+gGf2ySXMLg82Hbn-Q66X+xtYCPsyBG5zP47chNQ@mail.gmail.com> |
Hi,
I found bug in validator.
I have code: .test { background-position : 1px 1px; } . If I
validating this code I get succes comment.
But in correct section I have wrong css code: .test
{background-position : [1px, 1px];}
Now, If I want test this code (from correct section), I get error,
because this code is bad.
I using css 2.1 validator.
--
Szymon Nosal