- From: Anne van Kesteren <fora@annevankesteren.nl>
- Date: Fri, 03 Sep 2004 17:06:55 +0200
- To: Christian Roth <roth@visualclick.de>
- CC: www-style Mailing List <www-style@w3.org>
> Assuming the following stylesheet: > > @import "include.css" { color: red } print; > .red { color: red; } > > > 1) Should it include "include.css"? > 2) Should it include "include.css" only for the print media type? > 3) Should the @import rule be ignored completely? > 4) Should elements of class "red" have red text? I guess the CSS3 Grammar Appendix[1] will clarify these issues once released. I'm not completely sure though, since [1] states that the document will probably non-normative. [1]<http://www.w3.org/Style/CSS/current-work#grammar> -- Anne van Kesteren <http://annevankesteren.nl/>
Received on Friday, 3 September 2004 15:07:19 UTC