[Bug 6631] validator fails on valid CSS

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6631


Yves Lafon <ylafon@w3.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Yves Lafon <ylafon@w3.org>  2009-03-06 11:28:20 ---
background-color: rgba(50, 50, 50, 25%)
is not a valid value of rgba, 
http://www.w3.org/TR/2008/WD-css3-color-20080721/#rgba-color
it can be rgba(number, number, number, number)
or rgba(percentage, percentage, percentage, nuber).


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 6 March 2009 11:28:29 UTC