Re: [css3-cascade] Proposed property: rule( sSelector ); - syntax

Chris Moschini wrote:
> p.section { color: @rule( "div.section" ); }

This looks like a declaration for the color property.... except it does 
not follow the normal declaration rules.  That is, it has an immediate 
effect on things as soon as the rule matches the content instead of only 
being looked at once all the matching rules are known and the cascade 
has been considered.

-Boris

Received on Wednesday, 22 October 2003 12:47:49 UTC