Re: CSS Validator Error

On Fri, 4 Dec 2009, Robert Buchholz wrote:

> Hello W3C,
>
> I have stumbled upon an error in the CSS validator...
>
> This will not validate (code from: 14.2.1: 
> http://www.w3.org/TR/2008/REC-CSS2-20080411/colors.html):
>
> BODY { background: url("banner.jpeg") bottom }
>
> This will:
>
> BODY { background: url("banner.jpeg") center bottom }
>
> It appears that the validator is requiring both keywords/values for the 
> background-position portion of the background property.
>

It is somehow fixed on http://qa-dev.w3.org:8001/css-validator/ but I am 
not really happy with the fix, so there will be another one soon.
It was linked to the conjunction of the fact that there were exactly two 
values and the position was the last.
Thanks for the report!
-- 
Baroula que barouleras, au tiéu toujou t'entourneras.

         ~~Yves

Received on Wednesday, 9 December 2009 17:47:57 UTC