Re: CSS and structure

> Let's make this simple.
> 
> div {
>  display: block;
>  margin: 1em;
> }
> 
> would become
> 
> div {
>  @block {
>    margin: 1em;
>  }
> }

O please, you actually think this is going to make it into the real world?


-- 
  Anne van Kesteren
  <http://annevankesteren.nl/>

Received on Tuesday, 29 June 2004 10:34:01 UTC