We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following example should return 'null' or default encoding. The spec uses 'attribute list', to keep track of parsed attribute names.
<meta http-equiv="refresh" http-equiv="Content-Type" content="text/html; charset=iso8859-2">
While html-encoding-sniffer returns 'ISO-8859-2'.
The text was updated successfully, but these errors were encountered:
Add 'attribute list' as the spec states (discard duplicates)
1abede7
fixes jsdom#8
Fix handling of multiple attributes with the same name
cb04b18
Closes #8.
9c41db8
No branches or pull requests
The following example should return 'null' or default encoding.
The spec uses 'attribute list', to keep track of parsed attribute names.
<meta http-equiv="refresh" http-equiv="Content-Type" content="text/html; charset=iso8859-2">
While html-encoding-sniffer returns 'ISO-8859-2'.
The text was updated successfully, but these errors were encountered: