- From: Chris Lilley <chris@w3.org>
- Date: Thu, 20 Feb 2003 16:34:21 +0100
- To: Bert Bos <Bert.Bos@sophia.inria.fr>, "russ weakley" <russ@maxdesign.com.au>
- CC: www-style@w3.org, tantekc@microsoft.com
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.org
Received on Thursday, 20 February 2003 10:34:30 UTC