[Webkit-unassigned] [Bug 9506] Implement HSL, and HSLA colors in WebKit

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Jul 2 13:20:45 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9506


david.carson at nokia.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david.carson at nokia.com




------- Comment #5 from david.carson at nokia.com  2006-07-02 13:20 PDT -------
It seems that the current CSS3 spec examples for HSL are wrong:
* { color: hsl(120, 100%, 25%) } /* light green */ 
* { color: hsl(120, 100%, 75%) } /* dark green */ 

should actually be:
* { color: hsl(120, 100%, 25%) } /* dark green */ 
* { color: hsl(120, 100%, 75%) } /* light green */ 

The last parameter is lightness. The higher the value the lighter the colour.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list