- From: Lachlan Hunt <lachlan.hunt@iinet.net.au>
- Date: Tue, 29 Jun 2004 23:47:07 +1000
- To: Orion Adrian <oadrian@hotmail.com>
- Cc: www-style@w3.org
Orion Adrian wrote:
> selector* {
>  @block {
>      rule-that-only-applies-to-block-elements: value;
>      rule-that-only-applies-to-block-elements: value;
>   }
>   rule-that-applies-to-any-element: value;
> }
   You cannot select an element based on a value of a CSS property, so 
this would not work.
What would happen with this?
@block { display: inline; }
-- 
Lachlan Hunt
http://www.lachy.id.au/
lachlan.hunt@lachy.id.au
Received on Tuesday, 29 June 2004 09:47:41 UTC