Forum Moderators: not2easy
Is the w3c interpreting "CSS2 user agents must ignore any '@import' rule that occurs inside a block or that doesn't precede all rule sets" in the standard [w3.org] to mean that at most one style-sheet can be imported, unless somehow the first one contains no rule sets? What about @media foo { rules for displaying on a foo; } @media bar { but bars are entirely different; }?
I'm trying to put together a much simplified example, but having the reverse problem now - browsers don't care, but jigsaw.w3.org/css-validator sees all the CSS files.