Re: Multiple Background Images

Don't forget that other languages may be affected.
I can imagne required change in syntax for JavaScript, for example,
in one case, 
object.style.background[1]="url(image1.jpg)"
and in another case 
object.style.background="url(image1.jpg)"
And there would issues about whether or not to restrict numbering 
to be sequential, non repeating, etc. If everything special can go between
the colon and the semicolon, we can minimize the problems that crop
up elsewhere.  Let's see some consistency, please.

> >background(1): url(image1.jpg); background(2): url(image2.jpg);
> 

Received on Tuesday, 23 November 2004 18:48:58 UTC