- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Wed, 22 Oct 2003 11:44:25 -0500
- To: Chris Moschini <cmoschini@myrealbox.com>, www-style Mailing List <www-style@w3.org>
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