mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibWeb: Add missing special tag case in the "in body" insertion mode
This commit is contained in:
@@ -1228,7 +1228,10 @@ void HTMLDocumentParser::handle_in_body(HTMLToken& token)
|
||||
m_stack_of_open_elements.pop();
|
||||
break;
|
||||
}
|
||||
// FIXME: Handle special elements!
|
||||
if (is_special_tag(node->tag_name())) {
|
||||
PARSE_ERROR();
|
||||
return;
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user