<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>8626</bug_id>
          
          <creation_ts>2010-01-04 13:24:30 +0000</creation_ts>
          <short_desc>CSS validation: @import rules are processed by the CSS validator</short_desc>
          <delta_ts>2010-01-04 13:55:05 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>mobileOK Basic checker</product>
          <component>Java Library</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="fd">fd</reporter>
          <assigned_to name="fd">fd</assigned_to>
          
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>30379</commentid>
    <comment_count>0</comment_count>
    <who name="fd">fd</who>
    <bug_when>2010-01-04 13:24:30 +0000</bug_when>
    <thetext>The CSS validator is designed to process @import rules that appear in the CSS content and retrieve and test the corresponding resources. The mobileOK Checker already processes the @import rules and validates the resources one after the other.

The CSS validator should thus be instructed not to process @import rules. There is no explicit way to do that, but the CSS validator typically does not process such rules when the URL of the CSS content uses the &quot;file&quot; protocol, because it supposes that &quot;direct input&quot; was used in that case.

Actually, this is slightly wrong and quite misleading. I have filed two requests for enhancement (Bug 8624 and Bug 8625). In the meantime, the mobileOK Checker should send a &quot;file&quot; URL to the CSS validator when it validates CSS content.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>30384</commentid>
    <comment_count>1</comment_count>
    <who name="fd">fd</who>
    <bug_when>2010-01-04 13:55:05 +0000</bug_when>
    <thetext>The following URL is now sent to the CSS Validator with the actual CSS content:
 file://example.org/
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>