Bug 16690
Summary: | type attribute on <object> should not take precedence over the Content-Type of the <object>'s data | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jeff Walden (remove +bwo to email) <jwalden+bwo> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, gavin.sharp |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://biesi.damowmow.com/object/011.html |
Jeff Walden (remove +bwo to email)
See the URL. The file "pass.html" has a text/html MIME-type, but it's being interpreted as the type given in the type attribute on the <object> element, in violation of RFC 2616 (not respecting the type given in the header) and the current HTML5 spec.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Robert Blaut
*** This bug has been marked as a duplicate of 16760 ***