CSS3 Color Module - typo

The stated HSL examples appear to contradict the intended HSL standard at

http://www.w3.org/TR/css3-color/#hsl-color

The 3rd and 4th examples:
----
* { color: hsl(120, 100%, 25%) } /* light green */ 
* { color: hsl(120, 100%, 75%) } /* dark green */ 
----

The 25% should be 75%, and the 75% 25%. 0% Lightness is black, so 25% L is dark [color].

-Chris "SoopahMan" Moschini
-------------------------------------------------------------------------------------

The information contained in this message is proprietary of Amdocs,

protected from disclosure, and may be privileged.

The information is intended to be conveyed only to the designated recipient(s)

of the message. If the reader of this message is not the intended recipient,

you are hereby notified that any dissemination, use, distribution or copying of 

this communication is strictly prohibited and may be unlawful. 

If you have received this communication in error, please notify us immediately

by replying to the message and deleting it from your computer.

Thank you.

-------------------------------------------------------------------------------------

Received on Thursday, 26 June 2003 14:49:29 UTC