[Webkit-unassigned] [Bug 11011] External CSS is parsed as iso-8859-1 even though the main document is utf-8

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Sep 25 06:31:59 PDT 2006


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


ap at nypop.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |ap at nypop.com
                   |unassigned at opendarwin.org   |
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
            Summary|External CSS is parsed as   |External CSS is parsed as
                   |iso-8859-1 even though      |iso-8859-1 even though the
                   |charset=utf-8 has been      |main document is utf-8
                   |specified                   |




------- Comment #1 from ap at nypop.com  2006-09-25 06:31 PDT -------
This stylesheet comes without a charset in Content-Type:

$ curl -I
http://simon.html5.org/test/css/syndata/representation/support/001.css
HTTP/1.1 200 OK
<...>
Content-Type: text/css

However, we do have a bug - the charset must be inherited from the main
document (rule 4 from the quoted spec). Technically, CSS 2.1 also suggests that
UTF-8 should be a default (rule 5), but since CSS files aren't standalone, this
is hardly practical.


-- 
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.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list