- From: Aki-Pekka Räty <aki-pekka.raty@fastroi.fi>
- Date: Fri, 27 Jul 2012 07:12:53 +0000
- To: "public-qa-dev@w3.org" <public-qa-dev@w3.org>
Received on Saturday, 28 July 2012 18:21:31 UTC
Hello,
I believe there is a bug in css validator.
If you type following to "Validate by direct input" it passes and says no error found:
..jea {
background-position : left -470px;
}
However. It then displays following in "Valid CSS information":
..jea {
background-position : -470px left;
}
which isn't valid anymore and if you recycle that again in validator it shows error.
Best regards,
Aki-Pekka Räty
Received on Saturday, 28 July 2012 18:21:31 UTC