mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02:00
LibWeb: Implement the rest of the Adoption Agency Algorithm
This gets us 2 points on html5test.com :^) - Before: https://html5te.st/4cf57659bc08272e (208) - After: https://html5te.st/fb8a9259bda1c115 (210)
This commit is contained in:
committed by
Andreas Kling
parent
e165ae5b60
commit
1d95745901
Notes:
sideshowbarker
2024-07-17 17:04:17 +09:00
Author: https://github.com/skyrising Commit: https://github.com/SerenityOS/serenity/commit/1d95745901 Pull-request: https://github.com/SerenityOS/serenity/pull/13150
@@ -120,7 +120,7 @@ private:
|
||||
RefPtr<DOM::Node> insert_before_sibling;
|
||||
};
|
||||
|
||||
AdjustedInsertionLocation find_appropriate_place_for_inserting_node();
|
||||
AdjustedInsertionLocation find_appropriate_place_for_inserting_node(RefPtr<DOM::Element> override_target = nullptr);
|
||||
|
||||
DOM::Text* find_character_insertion_node();
|
||||
void flush_character_insertions();
|
||||
|
||||
Reference in New Issue
Block a user