mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Add support for range deletion.
This commit is contained in:
parent
bbcc5a9332
commit
43dc47a494
Notes:
sideshowbarker
2024-07-19 00:57:20 +09:00
Author: https://github.com/asynts
Commit: 43dc47a494
Pull-request: https://github.com/SerenityOS/serenity/pull/4318
Reviewed-by: https://github.com/Lubrsi
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/linusg
8 changed files with 107 additions and 6 deletions
|
@ -68,6 +68,8 @@ public:
|
|||
|
||||
LayoutRange normalized() const;
|
||||
|
||||
DOM::Range to_dom_range() const;
|
||||
|
||||
private:
|
||||
LayoutPosition m_start;
|
||||
LayoutPosition m_end;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue