[Webkit-unassigned] [Bug 10155] New: @charset, Content-Type: charset= and Content-Encoding: get ignored for external css links.

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Jul 29 15:07:12 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10155

           Summary: @charset, Content-Type: charset= and Content-Encoding:
                    get ignored for external css links.
           Product: WebKit
           Version: 419.x
          Platform: Macintosh
               URL: http://amd.co.at/pat/webkit/
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: pat at icore.at


If you set the charset encoding of a external CSS file using either one of the
following methods, it gets ignored:
@charset in the css file
Content-Type: text/css; charset=utf-8 or
Content-Encoding: utf-8

As soon as you specify the charset in the <link> itself, it works as expected.

Please see the above mentioned URL.
With nonworking.html, the <link> does not specify the charset, but test.css
starts with '@charset "utf-8";' and the Content-Type is set to 'text/css;
charset=utf-8'.
working.html references the same test.css, but specifies the charset in the
<link>.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list