mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibWeb: Add MediaList
This is a list of MediaQuery objects. Not to be confused with `MediaQueryList`, which is concerned with firing events when a media query's match-state changes.
This commit is contained in:
parent
0a4d9c6d31
commit
8ac622f056
Notes:
sideshowbarker
2024-07-18 03:15:08 +09:00
Author: https://github.com/AtkinsSJ
Commit: 8ac622f056
Pull-request: https://github.com/SerenityOS/serenity/pull/10295
4 changed files with 116 additions and 0 deletions
|
@ -25,6 +25,7 @@ set(SOURCES
|
|||
CSS/ResolvedCSSStyleDeclaration.cpp
|
||||
CSS/DefaultStyleSheetSource.cpp
|
||||
CSS/Length.cpp
|
||||
CSS/MediaList.cpp
|
||||
CSS/MediaQuery.cpp
|
||||
CSS/MediaQueryList.cpp
|
||||
CSS/Parser/Parser.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue