mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:07:34 +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
4 changed files with 156 additions and 0 deletions
|
@ -313,6 +313,7 @@ set(SOURCES
|
|||
HTML/MessagePort.cpp
|
||||
HTML/MimeType.cpp
|
||||
HTML/MimeTypeArray.cpp
|
||||
HTML/Navigable.cpp
|
||||
HTML/NavigableContainer.cpp
|
||||
HTML/Navigator.cpp
|
||||
HTML/NavigatorID.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue