Note that SELF_CLOSING_TAG is suppressable

This commit is contained in:
Wilson Lin 2018-08-08 10:38:11 +12:00
parent 959156c261
commit 366bd93720
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ See [voidtags.c](src/main/c/rule/tag/voidtags.c) for the list of tags considered
This includes tags that close automatically because of siblings (e.g. `<li><li>`), as it greatly simplifies the complexity of the minifier due to guarantees about the structure.
#### `HBE_PARSE_SELF_CLOSING_TAG`
#### `HBE_PARSE_SELF_CLOSING_TAG`
It's an error if a tag is self-closed. Valid in XML, not in HTML.