Small WebKit

Issue 129: load CSS or Script only if content-type matches type

Reported by Nikolaus Schaller, Sep 25, 2010

A <link> tag could look like this
 
   <link rel="stylesheet" href="somefile.txt" 
type="text/css">

Browsers like Safari and Seamonkey refuse to load the CSS unless the 
content-type of the document does match the type attribute (which is 
also only valid if text/css).

Created: 15 years 5 months ago by Nikolaus Schaller

Status: New

Labels:
Type:Defect
Priority:Low