- From: Chris Wilson <cwilso@MICROSOFT.com>
- Date: Fri, 2 Jan 1998 17:34:11 -0800
- To: "'neil@bigpic.com'" <neil@bigpic.com>, www-style@w3.org
Where is there a rule that says if the same rule is included twice, the second inclusion is ignored? I can't find it. -Chris Wilson Internet Explorer Team cwilso@microsoft.com > -----Original Message----- > From: Neil St.Laurent [SMTP:neil@bigpic.com] > Sent: Friday, January 02, 1998 12:50 PM > To: www-style@w3.org > Subject: Same source multiple times with @import > > Given t.css: > > @import (u.css); > @import (v.css); > > and u.css: > > @import (v.css); > > p { color: red; } > > and v.css: > > p { color: green; } > > Should the color of p be red or green? > > I will argue that it should be "red" because sheets are to be > processed in order they are found (recursively into files) and if the > same sheet is included twice the second inclusion is ignored. > __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ > Mortar: Advanced Web Development <http://mortar.bigpic.com/> > Neil St.Laurent <mailto:stlaurent@bigpic.com> > Big Picture Multimedia +1.403.265.8018
Received on Friday, 2 January 1998 20:34:39 UTC