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
Even in prescan, abrupt-closing-of-empty-comment should be treated as normal comments.
abrupt-closing-of-empty-comment
for <!-->, the spec states rather explicitly.
<!-->
The two 0x2D bytes can be the same as those in the '<!--' sequence.'
But I think it is also applied to <!--->.
<!--->
A failure test example, just in case. openandclose@0370865
prescan: https://html.spec.whatwg.org/multipage/parsing.html#prescan-a-byte-stream-to-determine-its-encoding abrupt-closing-of-empty-comment: https://html.spec.whatwg.org/multipage/parsing.html#parse-error-abrupt-closing-of-empty-comment
The text was updated successfully, but these errors were encountered:
Fix detection of short comments <!-->
de5f948
Closes #4.
e12cd97
28f680f
No branches or pull requests
Even in prescan,
abrupt-closing-of-empty-comment
should be treated as normal comments.for
<!-->
, the spec states rather explicitly.But I think it is also applied to
<!--->
.A failure test example, just in case.
openandclose@0370865
prescan:
https://html.spec.whatwg.org/multipage/parsing.html#prescan-a-byte-stream-to-determine-its-encoding
abrupt-closing-of-empty-comment:
https://html.spec.whatwg.org/multipage/parsing.html#parse-error-abrupt-closing-of-empty-comment
The text was updated successfully, but these errors were encountered: