mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
LibWeb: Remove outdated FIXME in "in body" insertion mode
We are actually setting `onlyAddToElementStack` here. :^)
This commit is contained in:
parent
49b88fc095
commit
7d7f8f1b48
Notes:
github-actions[bot]
2024-11-05 11:30:28 +00:00
Author: https://github.com/awesomekling Commit: https://github.com/LadybirdBrowser/ladybird/commit/7d7f8f1b481 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2161
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue