mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 20:29:03 +00:00
LibWeb: Add HTML::Navigable
This is the first step towards implementing the new "navigable" concept from the HTML spec. Co-authored-by: Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
This commit is contained in:
parent
d8ccc2d54e
commit
2d602dcb34
Notes:
sideshowbarker
2024-07-16 23:51:07 +09:00
Author: https://github.com/awesomekling
Commit: 2d602dcb34
Pull-request: https://github.com/SerenityOS/serenity/pull/18396
Reviewed-by: https://github.com/kalenikaliaksandr
Reviewed-by: https://github.com/linusg
4 changed files with 156 additions and 0 deletions
|
@ -369,6 +369,7 @@ class MessageEvent;
|
|||
class MessagePort;
|
||||
class MimeType;
|
||||
class MimeTypeArray;
|
||||
class Navigable;
|
||||
class NavigableContainer;
|
||||
class Navigator;
|
||||
struct NavigationParams;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue