mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement Range#surroundContents
This commit is contained in:
parent
0bc7ad9b08
commit
3bec4d37dd
4 changed files with 38 additions and 3816 deletions
|
@ -50,8 +50,8 @@ interface Range {
|
|||
DocumentFragment cloneContents();
|
||||
[Throws]
|
||||
void insertNode(Node node);
|
||||
// [Throws]
|
||||
// void surroundContents(Node newParent);
|
||||
[Throws]
|
||||
void surroundContents(Node newParent);
|
||||
|
||||
[NewObject]
|
||||
Range cloneRange();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue