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
In https://html.spec.whatwg.org/multipage/parsing.html#the-input-byte-stream one can read
A leading Byte Order Mark (BOM) causes the character encoding argument to be ignored and will itself be skipped.
The prescan a byte stream to determine its encoding algorithm doesn’t mention anything about it. Is it normal? If yes what am I missing?
The text was updated successfully, but these errors were encountered:
This is a duplicate of #1077. The layering with the Encoding Standard which does BOM handling is somewhat broken and needs fixing.
Sorry, something went wrong.
Oops sorry didn't find any issue by searching “BOM” 😅
No worries, appreciate the review.
No branches or pull requests
In https://html.spec.whatwg.org/multipage/parsing.html#the-input-byte-stream one can read
The prescan a byte stream to determine its encoding algorithm doesn’t mention anything about it. Is it normal? If yes what am I missing?
The text was updated successfully, but these errors were encountered: