validator / htmlparser

The Validator.nu HTML parser https://about.validator.nu/htmlparser/
Other
56 stars 26 forks source link

Mozilla bug 1153920 - Conform ambiguous-ampersand reporting to HTML spec #50

Closed hsivonen closed 3 years ago

hsivonen commented 3 years ago

Created by inlining the AMBIGUOUS_AMPERSAND state in https://github.com/validator/htmlparser/pull/30 back into the states that transitioned to AMBIGUOUS_AMPERSAND in that PR by @sideshowbarker.

sideshowbarker commented 3 years ago

This is really wonderful — sorry for the delay in having gotten back to reviewing and merging it.

With this change landed, we also no longer have need for a validator-nu branch — we can just have the HTML checker user the main branch here.

So after updating the submodule info for the HTML checker repo, I’ll go ahead and delete the validator-nu branch.