mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-27 18:15:10 +00:00
LibWeb: Remove outdated FIXME in "in body" insertion mode
We are actually setting `onlyAddToElementStack` here. :^)
This commit is contained in:
committed by
Andreas Kling
parent
49b88fc095
commit
7d7f8f1b48
@@ -2675,7 +2675,6 @@ void HTMLParser::handle_in_body(HTMLToken& token)
|
||||
// Adjust foreign attributes for the token. (This fixes the use of namespaced attributes, in particular XLink in SVG.)
|
||||
adjust_foreign_attributes(token);
|
||||
|
||||
// FIXME: We are not setting the 'onlyAddToElementStack' flag here.
|
||||
// Insert a foreign element for the token, with SVG namespace and false.
|
||||
(void)insert_foreign_element(token, Namespace::SVG, OnlyAddToElementStack::No);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user