WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 26694
34835
Misplaced <meta> charset not honored at www.rehovot.muni.il
https://bugs.webkit.org/show_bug.cgi?id=34835
Summary
Misplaced <meta> charset not honored at www.rehovot.muni.il
Jeremy Moskovich
Reported
2010-02-11 02:29:13 PST
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
Comment 1
2010-02-11 12:13:02 PST
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
Comment 2
2010-10-28 08:03:59 PDT
*** This bug has been marked as a duplicate of
bug 26694
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug