- From: <bugzilla@jessica.w3.org>
- Date: Fri, 21 Sep 2012 15:25:25 +0000
- To: www-validator-cvs@w3.org
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