Re: Proposal for CSS3.5

On Sep 3, 2010, at 11:43 AM, fantasai <fantasai.lists@inkedblade.net> wrote:

>> .oneClass { background-image: url(one.png), url(two.png), url(three.png); }
>> .twoClass { background-image[1]: url(other.png); }
> 
> I think this makes a lot of sense, but the use of brackets in a property name
> is inconsistent with the core grammar...

And you also have the "zeroeth" issue that is more familiar to programmers and JavaScripters than to general CSS authors. 

Received on Friday, 3 September 2010 20:52:56 UTC