Re: Fallbacks

On Thu, 15 Apr 2004, Anne van Kesteren (fora) wrote:
>>
>> What about:
>>
>>    background-image: url(white), url(black);
>>    background-color: white, black;
>>    color: black, white;
>>
>> ...? Should 'color' be linked to background-* as well?
>
>    background-image:url(white);
>    /* assuming that isn't a 404 image */
>    background-color:white;
>    color:black;

What about if white is 404? What about if black is 404 too? Or if images
are disabled?

-- 
Ian Hickson                                      )\._.,--....,'``.    fL
U+1047E                                         /,   _.. \   _\  ;`._ ,.
http://index.hixie.ch/                         `._.-(,_..'--(,_..'`-.;.'

Received on Thursday, 15 April 2004 14:09:32 UTC