- From: Philippe Le Hegaret <plh@w3.org>
- Date: 25 Mar 2002 18:03:05 -0500
- To: www-validator-css@w3.org
- Cc: litressens@airfrance.fr
> 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;
> }
Oops, I call that a bug in fact.
Thank you for the report and I'll have a look at it "asap",
Philippe
Received on Monday, 25 March 2002 18:03:08 UTC