RGBa color not in CSS3 validation

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?
- David Strencsev

Received on Friday, 4 September 2009 06:24:07 UTC