Errata in CR-css3-color-20030514

I did not see these errata in CR-css3-color-20030514 submitted to this
mailing list by searching the archives. Please forgive me if in fact
they have been submitted previously.


In section 4.2.1. RGB color values, the phrase preceding the second
example is "the three rules below are equivalent:", however, four rules
are presented.

In section 4.2.4. HSL color values, the text states "0% lightness is
black, 100% lightness is white, and 50% lightness is 'normal'.",
however, the examples include

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

It appears that the words "light" and "dark" in the comments in the
examples are interchanged.

Also in that set of examples is
* { color: hsl(120, 50%, 50%) }  /* pastel green, and so on */

I would argue that, particularly looking at the examples table just
following, pastels would all seem to have at least 75% lightness, and
generally 75% or more saturation. Please consider changing that final
example to

* { color: hsl(120, 75%, 75%) }  /* pastel green, and so on */


Thank you,

Alex LeDonne

__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

Received on Tuesday, 9 March 2004 01:32:06 UTC