mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:17:35 +00:00
LibWeb: Add a class to represent the "source set" concept from HTML
Also comes with a little extra CSS parser helper for parsing "sizes" attributes in images.
This commit is contained in:
parent
9281bf7a01
commit
6fe4fcb74b
5 changed files with 500 additions and 0 deletions
|
@ -350,6 +350,7 @@ set(SOURCES
|
|||
HTML/Scripting/Script.cpp
|
||||
HTML/Scripting/WindowEnvironmentSettingsObject.cpp
|
||||
HTML/SessionHistoryEntry.cpp
|
||||
HTML/SourceSet.cpp
|
||||
HTML/Storage.cpp
|
||||
HTML/StructuredSerialize.cpp
|
||||
HTML/SubmitEvent.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue