Bug 141193 - KHTML does not support css.gz in html pages
Summary: KHTML does not support css.gz in html pages
Status: RESOLVED INTENTIONAL
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (other bugs)
Version First Reported In: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-04 20:17 UTC by Ben Aceler
Modified: 2007-02-05 22:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Aceler 2007-02-04 20:17:57 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    SuSE RPMs

Some sites are using gzipped css files for css. The example is - http://moikrug.ru/
It contains the link like 
link rel="stylesheet" type="text/css" href="/data/styles_4218090422.css.gz"

and the Konqueror shows this site without any style - just plain text.
Comment 1 Stefan Monov 2007-02-05 22:58:27 UTC
This is a site problem - the css should be served up with the following in the header:
Content-Encoding: gzip