[Webkit-unassigned] [Bug 44857] New: @charset rule after @import rule hides the next rule

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 30 01:38:20 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44857

           Summary: @charset rule after @import rule hides the next rule
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: phnixwxz at gmail.com


Created an attachment (id=65888)
 --> (https://bugs.webkit.org/attachment.cgi?id=65888)
Test case: the html file

In the attached test case, the html file references an external css file (testrule.css). In the css file, an @charset rule is improperly placed after an @import rule, and two valid rules after the @charset rule. Because the @charset rule is improperly placed, it should be ignored.

Expected: The valid rule after the @charset rule should be respected. (it should set the font size to 12px.)
Actual: The valid rule after the @charset rule is erroneously ignored.

Browsers tested:
IE 7/8: OK
Firefox: OK

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list