RE: Same source multiple times with @import

> Where is there a rule that says if the same rule is included twice, the
> second inclusion is ignored?  I can't find it..

If that rule isn't there then CSS can be cyclic and have infinite 
loops in their inclusion.  There has to be some rule about when to 
stop including CSS files, otherwise the UA's will crash if they 
encounter a recursive include.
__  __  __  __  __  __  __  __  __  __  __  __  __  __  __  __  __
 Mortar: Advanced Web Development      <http://mortar.bigpic.com/>
 Neil St.Laurent                     <mailto:stlaurent@bigpic.com>
 Big Picture Multimedia                            +1.403.265.8018

Received on Monday, 5 January 1998 16:01:09 UTC