- From: Ted Shaneyfelt <tvs@hawaii.edu>
- Date: Tue, 23 Nov 2004 08:53:17 -1000
- To: ben@ben-ward.co.uk, www-style@w3.org
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