Re: CSS2 erratum: 'text-shadow' value definition

On Tue, 2 Oct 2001, Etan Wexler wrote:
> 
> The incorrect value definition follows.
> 
>   Value:  	none | [<color> || <length> <length> <length>? ,]* [<color> || 
> <length> <length> <length>?] | inherit 
>
> [...] I suggest the following, which corrects both problems.
> 
> Value:  	none | [ <shadow> , ]* <shadow> | inherit
> 
> where <shadow> is
> [ <length> <length> <length>? <color>? |
>   <color> <length> <length> <length>? ]

Excluding the comma problem, which is indeed known (but thanks
anyway!) what is the difference between the current spec and your
proposal? I don't really understand what you are fixing...

Cheers,
-- 
Ian Hickson                                     )\     _. - ._.)       fL
                                               /. `- '  (  `--'
                                               `- , ) -  > ) \
irc.mozilla.org:Hixie _________________________  (.' \) (.' -' __________

Received on Tuesday, 2 October 2001 19:18:41 UTC