We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4531292 commit a928b66Copy full SHA for a928b66
ext/dom/lexbor/lexbor/html/tree.h
@@ -333,7 +333,7 @@ lxb_html_tree_acknowledge_token_self_closing(lxb_html_tree_t *tree,
333
334
bool is_void = lxb_html_tag_is_void(token->tag_id);
335
336
- if (is_void) {
+ if (!is_void) {
337
lxb_html_tree_parse_error(tree, token,
338
LXB_HTML_RULES_ERROR_NOVOHTELSTTAWITRSO);
339
}
0 commit comments