mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:08:13 +00:00
LibWeb: Add a basic DOM::Position class
This will be used for editable content. :^)
This commit is contained in:
parent
58240aedd9
commit
e496a74bb3
4 changed files with 114 additions and 0 deletions
|
@ -45,6 +45,7 @@ class EventTarget;
|
|||
class MouseEvent;
|
||||
class Node;
|
||||
class ParentNode;
|
||||
class Position;
|
||||
class Text;
|
||||
class Timer;
|
||||
class Window;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue