[Bug 1839] @import rules after css style is not allowed

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


hhschwab@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Additional Comments From hhschwab@gmail.com  2005-09-25 12:20 -------
reopening the bug, as my dupe seems to be caused by this.

http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A//validator.w3.org/base.css
Errors
URI : http://validator.w3.org/base.css

    * Line: 309

      Parse error - Unrecognized : @import url("print.css") print;
    * Line: 310

      Parse error - Unrecognized : @import url("handheld.css") handheld;

http://validator.w3.org/print.css exists, http://validator.w3.org/handheld.css also

Received on Sunday, 25 September 2005 12:20:45 UTC