This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6640 - @import is ignored
Summary: @import is ignored
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: Other (show other bugs)
Version: CSS Validator
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL: http://hobbit.ddo.jp/test.css
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-28 15:35 UTC by Makoto Takahashi
Modified: 2009-03-01 09:09 UTC (History)
0 users

See Also:


Attachments

Description Makoto Takahashi 2009-02-28 15:35:44 UTC
Contens of test.css is as follows.

@charset "utf-8";
@import url(./ie.css);

CSS Validator ignores import.
Comment 1 Yves Lafon 2009-03-01 09:09:31 UTC
A side effect of the @charset handling, the aprser was goign directly in the "after import" mode.
Fixed by allowing parsing multiplt charset, and check that only one is present in the charset() call.

Works now on http://qa-dev.w3.org:8001/css-validator/