1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:27:35 +00:00

LibWeb: Add HTML::TraversableNavigable

This is the "traversable navigable" concept from the HTML spec.

Co-authored-by: Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
This commit is contained in:
Andreas Kling 2022-12-12 12:01:09 +01:00
parent 2d602dcb34
commit 74a6f50c91
4 changed files with 81 additions and 0 deletions

View file

@ -349,6 +349,7 @@ set(SOURCES
HTML/Timer.cpp
HTML/TimeRanges.cpp
HTML/TrackEvent.cpp
HTML/TraversableNavigable.cpp
HTML/VideoTrack.cpp
HTML/VideoTrackList.cpp
HTML/Window.cpp