[Bug 9598] border-color, border-top, border-bottom, border-top-color etc don't allow hsl/hsla/rgba ?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=9598

Yves Lafon <ylafon@w3.org> changed:

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

--- Comment #1 from Yves Lafon <ylafon@w3.org> 2012-09-21 15:25:25 UTC ---
The hsl and hsla values are wrong,

.foo { border-color: hsl(0,0%,56%); }
.foo { border-color: hsla(0,0%,56%,1); }
.foo { border-color: rgba(0%,0%,56%,1); }

are OK (note that the first value of hsl and hsla are not percentages)

-- 
Configure bugmail: https://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, 21 September 2012 15:25:26 UTC