This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
From http://jigsaw.w3.org/css-validator/BUGS.html '' While I was using the very useful CSS validator, I noticed something strange, perhaps a little bug... With the following style definition : BODY { background-position: center 90%; } I would say that this definition is wrong because I should not mix "center" and a percentage. But the fact is that no error or warning is reported, and this is the result of the validator : BODY { background-position : null null; } ''
Fixed in today's patch, online version will be up soon at http://qa-dev.w3.org:8001/css-validator/