Background with multiple property values

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