1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:27:34 +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

@ -34,6 +34,7 @@ set(SOURCES
DOM/EventTarget.cpp
DOM/Node.cpp
DOM/ParentNode.cpp
DOM/Position.cpp
DOM/TagNames.cpp
DOM/Text.cpp
DOM/Timer.cpp