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:
parent
2d602dcb34
commit
74a6f50c91
4 changed files with 81 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue