CSS Validation

I noticed a couple of issues with CSS validation:

a) the validator seems automatically to handle @import rules for us,
hence will report validation errors on @imported files at the same time
as the file it is supposed to be checking
b) because it has been told to validate to CSS Level 1 it barfs on the
@media rule and ignores its content and it @imports anything
irrespective of content type restrictions.

I don't have a good answer to this problem at the moment, but I really
hope someone else does.

Jo

Received on Friday, 17 August 2007 16:19:13 UTC