[css3-color] transparency, opacity, translucency

There is a section in CSS Color called "Transparency: the ‘opacity’ property" [1].

I believe the word "transparency" is misused there. "Transparent" is defined in CSS Color as 'rgba(0,0,0,0)' and that fits with other English definitions too, in which transparent is at one end of the scale and opaque is at the other. The scale itself is one of translucency. "Translucent" usually means something between opaque (or completely opaque) and transparent (not opaque at all). Thus, I think the chapter should be renamed "Translucency: the ‘opacity’ property".



1) http://www.w3.org/TR/css3-color/#transparency

Received on Friday, 25 February 2011 06:57:07 UTC