Issue 176: Apple MobileMe Gallery does not load
http://code.google.com/p/chromium/issues/detail?id=176
Comment #11 by [EMAIL PROTECTED]:
I looked at this today and it seems that we are ignoring a charset
attribute in a
meta tag. The markieg9.html file contains the following:
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
Removing the charset=UTF-8 part, Firefox and Safari give the same parse
error that we
do and they have no problem if the charset specification is there.
We might be handling the decoding of the data in the file differently from
Safari.
Jungshik, do you know how we handle decoding of the text of external script
files.
Are we behaving differently there?
Issue attribute updates:
Owner: [EMAIL PROTECTED]
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---