mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:27:35 +00:00
LibWeb: Implement Range.deleteContents()
And here's another point on Acid3. :^)
This commit is contained in:
parent
e1c71b3f91
commit
2fb9eb5257
3 changed files with 69 additions and 0 deletions
|
@ -24,6 +24,7 @@ interface Range : AbstractRange {
|
|||
const unsigned short END_TO_START = 3;
|
||||
short compareBoundaryPoints(unsigned short how, Range sourceRange);
|
||||
|
||||
[CEReactions] undefined deleteContents();
|
||||
[CEReactions, NewObject] DocumentFragment extractContents();
|
||||
[CEReactions, NewObject] DocumentFragment cloneContents();
|
||||
[CEReactions] undefined insertNode(Node node);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue