Little bug in CSS validator ?

Hello,

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;
}

Hope this helps in your work,

Lionel



----------------

Les donnees et renseignements contenus dans ce message sont personnels, confidentiels et secrets. Ce message est adresse a l'individu ou l'entite dont les coordonnees figurent ci-dessus. Si vous n'etes pas le bon destinataire, nous vous demandons de ne pas lire, copier, utiliser ou divulguer cette communication. Nous vous prions de notifier cette erreur a l'expediteur et d'effacer immediatement cette communication de votre systeme.

The information contained in this message is privileged, confidential, and protected from disclosure. This message is intended for the individual or entity adressed herein. If you are not the intended recipient, please do not read, copy, use or disclose this communication to others ;also please notify the sender by replying to this message, and then delete it from your system.

Received on Wednesday, 13 March 2002 17:00:12 UTC