diff options
author | Andreas Kling <kling@serenityos.org> | 2022-12-12 12:01:09 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-04-19 18:26:45 +0200 |
commit | 74a6f50c91d4edd2db526feabe2d19fb600bb4b4 (patch) | |
tree | 4fce851597b94950b1d1fc36475fa8587751cba4 /Userland/Libraries/LibWeb/Forward.h | |
parent | 2d602dcb3481897070a7ba9f72d5a869074b66f2 (diff) | |
download | serenity-74a6f50c91d4edd2db526feabe2d19fb600bb4b4.zip |
LibWeb: Add HTML::TraversableNavigable
This is the "traversable navigable" concept from the HTML spec.
Co-authored-by: Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
Diffstat (limited to 'Userland/Libraries/LibWeb/Forward.h')
-rw-r--r-- | Userland/Libraries/LibWeb/Forward.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/Forward.h b/Userland/Libraries/LibWeb/Forward.h index 4c751844cf..9192e8f7b6 100644 --- a/Userland/Libraries/LibWeb/Forward.h +++ b/Userland/Libraries/LibWeb/Forward.h @@ -385,6 +385,7 @@ class TextMetrics; class Timer; class TimeRanges; class TrackEvent; +class TraversableNavigable; class VideoTrack; class VideoTrackList; class Window; |