[Webkit-unassigned] [Bug 38341] Styling mostly missing at in-systems.com (wrong stylesheet MIME type in standards mode)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 11 17:14:59 PDT 2010


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Styling mostly missing at   |Styling mostly missing at
                   |in-systems.com              |in-systems.com (wrong
                   |                            |stylesheet MIME type in
                   |                            |standards mode)
           Keywords|NeedsReduction              |
           Severity|Major                       |Normal
          Component|CSS                         |Evangelism




--- Comment #3 from Alexey Proskuryakov <ap at webkit.org>  2010-05-11 17:14:59 PST ---
This site uses an incorrect MIME type for its stylesheet in strict mode:

$ curl -I 'http://www.in-systems.com/FWIN/core/LIB/CODEMIN/gzc.php?file=http://www.in-systems.com/Data/Files/Includes/INSYSMainPage_cssengine.css&20091203101050'
HTTP/1.1 200 OK
Date: Wed, 12 May 2010 00:12:33 GMT
Server: Apache/2.2.2 (Fedora)
X-Powered-By: PHP/5.1.6
Cache-Control: must-revalidate
Expires: Wed, 12 May 2010 00:42:33 GMT
Content-Type: text/css charset: UTF-8

This should be "text/css;charset=UTF-8". A standards compliant Web browser isn't allowed to respect such a stylesheet if the document requests strict parsing mode.

-- 
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