mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:17:35 +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
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