Regarding possible error: CSS3 module: Color (W3C Working Draft 14 February 2003)

I would like to point out what looks like an error in your document:

http://www.w3.org/TR/2003/WD-css3-color-20030214/
CSS3 module: Color
W3C Working Draft 14 February 2003

The relevant section reads:

<quote>
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 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.
</quote>

It looks like the two "RGB" examples should be "RGBA". So the wording would be:

rgba(255,255,255,0.8) = rgba(100%,100%,100%,0.8)


Thanks
Russ Weakley
russ@maxdesign.com.au

 
             

Received on Thursday, 20 February 2003 08:55:14 UTC