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

@ -385,6 +385,7 @@ class TextMetrics;
class Timer;
class TimeRanges;
class TrackEvent;
class TraversableNavigable;
class VideoTrack;
class VideoTrackList;
class Window;