Bug 38341 - Styling mostly missing at in-systems.com (wrong stylesheet MIME type in standards mode)
Summary: Styling mostly missing at in-systems.com (wrong stylesheet MIME type in stand...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-29 13:18 PDT by
Modified: 2010-10-26 08:06 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 2010-04-29 13:18:01 PDT
There are severall websites that for example konqueror cant correctly display since uses webkit.

Here is an important website that is from an enterprise that makes computers:

http://www.in-systems.com/
Comment 1 Alexey Proskuryakov 2010-04-30 17:24:39 PDT
Same problem in Safari.

Please file separate bugs about other sites.
Comment 2 2010-05-10 22:43:54 PDT
Was this bug fixed in svn?
Comment 3 Alexey Proskuryakov 2010-05-11 17:14:59 PDT
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.
Comment 4 2010-05-12 11:45:25 PDT
I understadn what you say but why are other browsers (at least like firefox and opera) able to correctly display the website http://www.in-systems.com
Comment 5 Alexey Proskuryakov 2010-05-12 12:43:38 PDT
You're right, both Firefox and Opera agree to load "text/css charset: UTF-8", but not "text/foo charset: UTF-8". We should investigate this as a bug, even though this is clearly a server-side mistake.

It's not just spaces, Firefox and Opera also accept e.g. "Content-Type: text/css=text/plain".
Comment 6 2010-05-18 07:27:38 PDT
Did you managed to fix it in trunk?
Comment 7 Alexey Proskuryakov 2010-05-18 08:35:35 PDT
This bug will be marked as resolved when it's fixed. Since this is only known to affect one site, and the site is clearly doing a wrong thing, this is rather low priority.
Comment 8 2010-10-26 08:06:06 PDT
This bug thats should be marked as urgent since webkit continues NOT being able to open correctly the website www.insys.pt

If i run to open just the address www.insys.pt it will not open the website at all.

It will open the website but with an incorrect structure if i enter:
http://www.insys.pt

Even chrome is able to open corretly www.insys.pt, and its a webkit based browser, but its a fork from webkit...