Bug in css validator?

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