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 754 - Import loop errors for non-loops
Summary: Import loop errors for non-loops
Status: RESOLVED DUPLICATE of bug 367
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: Other (show other bugs)
Version: CSS Validator
Hardware: Other other
: P1 normal
Target Milestone: ---
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-28 18:55 UTC by Bj
Modified: 2004-10-27 13:00 UTC (History)
0 users

See Also:


Attachments

Description Bj 2004-05-28 18:55:43 UTC
http://www.alistapart.com/ has

<style type="text/css" media="screen">@import "/c/ala.css";</style>
<style type="text/css" media="projection">@import "/c/ala.css";</style>

/c/ala.css does not @import anything, yet the validator gives

<m:error>
  <m:line>10</m:line>
  <m:errortype>uncaught</m:errortype>
  <m:message>Import loop detected in 
http://www.alistapart.com/c/ala.css</m:message>
</m:error>
Comment 1 Etan Wexler 2004-10-27 13:00:17 UTC

*** This bug has been marked as a duplicate of 367 ***