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:
parent
2d602dcb34
commit
74a6f50c91
4 changed files with 81 additions and 0 deletions
|
@ -385,6 +385,7 @@ class TextMetrics;
|
|||
class Timer;
|
||||
class TimeRanges;
|
||||
class TrackEvent;
|
||||
class TraversableNavigable;
|
||||
class VideoTrack;
|
||||
class VideoTrackList;
|
||||
class Window;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue