mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +00:00
LibWeb: Implement Range.surroundContents(newParent)
Here goes another Acid3 point :^)
This commit is contained in:
parent
686507a38f
commit
8ab25f8d8c
3 changed files with 40 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue