Re: Fallbacks

On Thu, 15 Apr 2004, Anne van Kesteren (fora) wrote:
>>
>> But that is two properties, not one:
>>
>>    background-color: red, lime;
>>    background-image: url(404), none;
>>
>> You want all the background-* properties to be linked?
>
> Yes, I think so.

So what does:

   background-image: url(404), url(404);
   background-color: blue;

...do?

What about:

   background-image: url(white), url(black);
   background-color: white, black;
   color: black, white;

...? Should 'color' be linked to background-* as well?

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

Received on Thursday, 15 April 2004 13:58:36 UTC