Re: CSS and structure

Orion Adrian wrote:
> Let's make this simple.
> 
> div {
>  display: block;
>  margin: 1em;
> }
> 
> would become
> 
> div {
>  @block {
>    margin: 1em;
>  }
> }
> 
> the idea being that the display rule could be replaced with at rules 
> that would constrain the set of properties allowed under them.

   Still makes no sense because you've got an @-rule acting like a 
property/value, which only serves to make the language more confusing, 
which is currently isn't.

-- 
Lachlan Hunt

http://www.lachy.id.au/
lachlan.hunt@lachy.id.au

Received on Tuesday, 29 June 2004 11:34:37 UTC