Update Lexbor

Commit: f0539d137a
This commit is contained in:
Niels Dossche 2024-07-02 19:35:33 +02:00
parent c3a5b98771
commit 162e71e165

View file

@ -202,6 +202,7 @@ lxb_html_parse_fragment_chunk_begin(lxb_html_parser_t *parser,
} }
lxb_html_tokenizer_set_state_by_tag(parser->tkz, doc->scripting, tag_id, ns); lxb_html_tokenizer_set_state_by_tag(parser->tkz, doc->scripting, tag_id, ns);
lxb_html_tokenizer_tmp_tag_id_set(parser->tkz, LXB_TAG__UNDEF);
parser->root = lxb_html_interface_create(new_doc, LXB_TAG_HTML, LXB_NS_HTML); parser->root = lxb_html_interface_create(new_doc, LXB_TAG_HTML, LXB_NS_HTML);
if (parser->root == NULL) { if (parser->root == NULL) {