mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Implement Range.surroundContents(newParent)
Here goes another Acid3 point :^)
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 16:58:38 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/8ab25f8d8c
@@ -64,6 +64,7 @@ public:
|
||||
ExceptionOr<NonnullRefPtr<DocumentFragment>> extract_contents();
|
||||
|
||||
ExceptionOr<void> insert_node(NonnullRefPtr<Node>);
|
||||
ExceptionOr<void> surround_contents(NonnullRefPtr<Node> new_parent);
|
||||
|
||||
String to_string() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user