[Bug 754] New: Import loop errors for non-loops

http://www.w3.org/Bugs/Public/show_bug.cgi?id=754

           Summary: Import loop errors for non-loops
           Product: CSSValidator
           Version: CSS Validator
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Other
        AssignedTo: ot@w3.org
        ReportedBy: bjoern@hoehrmann.de
         QAContact: www-validator-cvs@w3.org


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>



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

Received on Friday, 28 May 2004 18:55:44 UTC