1
Fork 0
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:
Andreas Kling 2020-08-02 11:47:27 +02:00
parent 58240aedd9
commit e496a74bb3
4 changed files with 114 additions and 0 deletions

View file

@ -45,6 +45,7 @@ class EventTarget;
class MouseEvent;
class Node;
class ParentNode;
class Position;
class Text;
class Timer;
class Window;