CSS3 Borders: box-shadow opacity

hi list,
i can't specify a initial opacity for box-shadows.
suggestion:

1. extend box-shadow:
none | 
[ <length> <length> <length>? || <opacity> || <color> ]
[ , <length> <length> <length>? || <opacity> || <color> ]+
where allowed values for <opacity> are:
none | transparent | <percentage>

2. introduce box-shadow-opacity
none | transparent | <percentage>

does that make sense?
cheers,
claus.

Received on Wednesday, 14 May 2003 00:39:26 UTC