I had a bit of trouble sending this to the list, so I'm sorry if there's
been any problems! =).
----
If I'm declaring two properties with the same value, such as:
body, html { margin: 0px;
padding: 0px;
}
It seems more intuitive to me to be able to write:
body, html {
margin, padding: 0px;
}
In short, I'd like CSS to allow you to specify the values of multiple
properties by separating them with a comma. I'd love to be able to do that,
but I've no idea if it contradicts some rule in the spec.
Hope it helps your project!
Dave.
On Wed, Jul 22, 2009 at 7:19 PM, Leszek Stachowski <[email protected]>wrote:
> Hi!
> That's my first activity in here, so forgive anything wrong I could do :)
>
> I've got a simple question for you: what would you change in css ? What
> annoys you ? What repeatable action would you replace with another ?
>
> I'm currently working on a css preprocessor projects and I would appreciate
> any ideas from you.
> ______________________________________________________________________
> css-discuss [[email protected]]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/