[Webkit-unassigned] [Bug 26370] compressed stylesheets not applied or interpreted correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 13 15:53:31 PDT 2009


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


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com




------- Comment #1 from mrowe at apple.com  2009-06-13 15:53 PDT -------
Which resource are you referring to? 
<http://www.clarkecooperpainting.com/compressor.ashx?package=9DF6B992-0042-479b-ABD0-407654216DB5>
appears as though it's intended to be a CSS stylesheet but it's served with a
bogus MIME type:

Content-Type: text\css
Content-Encoding: gzip

Note the black-slash being used where a forward-slash is required.  A
JavaScript file appears to be served with a similarly incorrect MIME type.

If the document is served with a doctype such that we interpret the document in
strict mode then we'll ignore the stylesheet due to it being served with the
wrong MIME type.


-- 
Configure bugmail: https://bugs.webkit.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