Re: RGBa color not in CSS3 validation

On Thu, 3 Sep 2009, David Strencsev wrote:

> While testing:
> http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.webmancers.com%2FLAB%2F&profile=css3&usermedium=all&warning=1
>
> We found the next error:
> 68 	.rgbaBG 	Value Error : background-color
> <http://jigsaw.w3.org/css-validator/nullcolors.html#propdef-background-color>
> rgba(255,255,255,0.6) is not a background-color value :
> rgba(255,255,255,0.6)
>
>
> If I'm not wrong, the CSS3-color specification supports rgba() color as
> in http://www.w3.org/TR/css3-color/#rgba-color
>
> The examples at http://www.w3.org/Style/CSS/Test/#css3-color won't even
> validate.
>
> Am I missing something or is it not in validator yet?

Please check the development version of the validator on 
http://qa-dev.w3.org:8001/css-validator/
It should support that.

-- 
Baroula que barouleras, au tiéu toujou t'entourneras.

         ~~Yves

Received on Friday, 4 September 2009 09:17:38 UTC