- From: by way of Bert Bos <chris@interdictor.org>
- Date: Sun, 31 Oct 2004 01:29:07 -0700
- To: www-style@w3.org
body { background: url(foo), url(bar); } seems more intuitive: you pass a list of items to something. body { background: a,b,c,d,...; } Seperating list items with commas seems straightforward. The disadvantage is that this syntax suggests that any number of images may be applied (in order) to the background... (I don't know if that is in the CSS3 spec though) gr, Chris -- The purpose of education is to replace an empty mind with an open one.
Received on Sunday, 31 October 2004 08:29:42 UTC