W3C home > Mailing lists > Public > www-style@w3.org > May 2008

Background with multiple property values

From: Alan Gresley <alan@css-class.com>
Date: Fri, 16 May 2008 19:56:05 +1000
Message-ID: <482D5A35.8090004@css-class.com>
To: www-style@w3.org


Re:

http://dev.w3.org/cvsweb/csswg/css3-background/Overview.html?rev=1.20#the-background


If you had something like this.

background:red url(image.png) 0 0 no-repeat;


All implementations will parse it correctly. If you have.

background:red url(image.png)0 0 no-repeat;


All implementations will parse it except IE5~IE8 (that I can test 
locally). I believe that IE is correct here since white-space separated 
values are a must with other CSS properties.


I believe that the spec should explicitly mention that all values in a 
background string must be separated by white-space.


Alan

http://css-class.com/test/
Received on Friday, 16 May 2008 09:57:07 UTC

This archive was generated by hypermail 2.4.0 : Monday, 23 January 2023 02:13:27 UTC