Re: QASG last call comments: Correction to example in 4.2

On Mon, 31 Jan 2005, Bjoern Hoehrmann wrote:
>
> Note that it depends on the conext of the identifier which part of the 
> style sheet is ignored, vendor extensions are processed in the same way 
> as normal unsupported features, e.g.
> 
>   cursor: -björn-cool-cursor, cool-css4-cursur, help;
> 
> If the ua supports neither -björn-cool-cursor nor cool-css4-cursur it 
> will use help, if it supports only cool-css4-cursur it will use that and 
> if it does not support any of the values it will ignore the declaration.

Actually skipping of parts is never done at a more fine-grained level than 
declarations, so in the case above you'd have to give three declarations, 
not one, to get the effect you describe.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Wednesday, 2 February 2005 15:20:28 UTC