mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
LibWeb: Implement Range.extractContents()
Another point on Acid3 coming through! :^)
This commit is contained in:
parent
24e25fe3d0
commit
16f4c76da6
3 changed files with 244 additions and 0 deletions
|
@ -24,6 +24,8 @@ interface Range : AbstractRange {
|
|||
const unsigned short END_TO_START = 3;
|
||||
short compareBoundaryPoints(unsigned short how, Range sourceRange);
|
||||
|
||||
[CEReactions, NewObject] DocumentFragment extractContents();
|
||||
|
||||
Range cloneRange();
|
||||
undefined detach();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue