- From: Lachlan Hunt <lachlan.hunt@iinet.net.au>
- Date: Wed, 30 Jun 2004 01:34:01 +1000
- To: Orion Adrian <oadrian@hotmail.com>
- Cc: lachlan.hunt@lachy.id.au, www-style@w3.org
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