mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
LibWeb: Implement Range.intersectsNode
This commit is contained in:
parent
4c08757ff9
commit
386ee5ab17
Notes:
sideshowbarker
2024-07-17 18:23:22 +09:00
Author: https://github.com/Lubrsi
Commit: 386ee5ab17
Pull-request: https://github.com/SerenityOS/serenity/pull/12774
3 changed files with 31 additions and 0 deletions
|
@ -57,6 +57,8 @@ public:
|
|||
// Note: Its functionality (disabling a Range object) was removed, but the method itself is preserved for compatibility.
|
||||
}
|
||||
|
||||
bool intersects_node(Node const&) const;
|
||||
|
||||
private:
|
||||
explicit Range(Document&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue