Support minifying comments further #16
Labels
🗄 area/interface
This affects the public interface
💪 phase/solved
Post is done
🧒 semver/minor
This is backwards-compatible change
🦋 type/enhancement
This is great to have
If a comment does not include
>
, it can be minified if parse errors are allowed, because<?something>
is parsed as<!--something-->
.See https://html.spec.whatwg.org/multipage/parsing.html#parse-error-unexpected-question-mark-instead-of-tag-name
The text was updated successfully, but these errors were encountered: