On Thursday, February 20, 2003, 3:05:15 AM, russ wrote: rw> I would like to point out what looks like an error in your document: rw> http://www.w3.org/TR/2003/WD-css3-color-20030214/ rw> CSS3 module: Color rw> W3C Working Draft 14 February 2003 rw> The relevant section reads: rw> <quote> rw> The format of an RGBA value in the functional notation is 'rgba(' followed by a comma-separated list of three numerical values (either three integer values or three percentage values), followed rw> by an <alphavalue>, followed by ')'. The integer value 255 corresponds to 100%, rgb(255,255,255,0.8) = rgb(100%,100%,100%,0.8). Whitespace characters are allowed around the numerical values. rw> </quote> rw> It looks like the two "RGB" examples should be "RGBA". So the wording would be: rw> rgba(255,255,255,0.8) = rgba(100%,100%,100%,0.8) yes, correct. thank you. -- Chris mailto:chris@w3.orgReceived on Thursday, 20 February 2003 10:34:30 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:19 GMT