Bug 34835
Summary: | Misplaced <meta> charset not honored at www.rehovot.muni.il | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jeremy Moskovich <playmobil> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | jshin, mitz |
Priority: | P2 | Keywords: | NeedsReduction |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.rehovot.muni.il |
Jeremy Moskovich
Navigate to the above page.
Note the display of <title> is garbled.
Tested in the following Browsers:
Safari 4.0/nightly on OS X: FAIL
Chrome Win/OS X 5.0.307.5: FAIL
FF 3 Mac: Title displayed OK
IE7 Win: OK
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
This page uses your browser's default encoding, because its charset is declared wrongly. There is a large amount of <script> and <style> data, which is OK, but then there's an <iframe>, which makes WebCore stop looking for charset declaration (since this element cannot occur in <head>).
Content text comes from iframes, which do not have this problem.
Jeremy Moskovich
*** This bug has been marked as a duplicate of bug 26694 ***