mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Implement Selection.modify
This commit is contained in:
parent
bd67a5afaa
commit
2eb44229b4
Notes:
github-actions[bot]
2025-06-30 09:45:38 +00:00
Author: https://github.com/Calme1709
Commit: 2eb44229b4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4738
Reviewed-by: https://github.com/tcl3 ✅
5 changed files with 106 additions and 0 deletions
|
@ -25,6 +25,7 @@ interface Selection {
|
|||
undefined extend(Node node, optional unsigned long offset = 0);
|
||||
undefined setBaseAndExtent(Node anchorNode, unsigned long anchorOffset, Node focusNode, unsigned long focusOffset);
|
||||
undefined selectAllChildren(Node node);
|
||||
undefined modify(optional DOMString alter, optional DOMString direction, optional DOMString granularity);
|
||||
[CEReactions] undefined deleteFromDocument();
|
||||
boolean containsNode(Node node, optional boolean allowPartialContainment = false);
|
||||
stringifier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue