We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a928b66 commit d098186Copy full SHA for d098186
ext/dom/lexbor/lexbor/html/tree/insertion_mode/foreign_content.c
@@ -113,12 +113,10 @@ lxb_html_tree_insertion_mode_foreign_content_anything_else(lxb_html_tree_t *tree
113
node = lxb_html_tree_current_node(tree);
114
115
if (token->tag_id == LXB_TAG_SCRIPT && node->ns == LXB_NS_SVG) {
116
- lxb_html_tree_acknowledge_token_self_closing(tree, token);
117
return lxb_html_tree_insertion_mode_foreign_content_script_closed(tree, token);
118
}
119
else {
120
lxb_html_tree_open_elements_pop(tree);
121
122
123
124
return true;
0 commit comments