Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upmeta charset and meta equiv="Content-Type" seem unable to switch away from UTF-8 #24898
Projects
Comments
|
It looks like every WPT test in html/syntax that tries to get to a non-utf8 charset via a meta tag, either charset or http-equiv, fails by staying in utf8.
|
|
Since this needs to happen very early during parsing, and not via DOM, it is probably not dependent on whether http-equiv is commented out in the IDL; charset isn't even in the IDL and is supposed to work. |
|
This is related to #6414. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WPT test html/semantics/scripting-1/the-script-element/script-charset-02 tests out various things that the
<meta charset=>tag should do, and none of them are happening. Charsets do exist and can be selected other ways, but the meta tag isn't doing it in this test.