mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +00:00
LibWeb: Implement CSS Resolution class
This corresponds to `<resolution>` in the grammar.
This commit is contained in:
parent
bd79c303f6
commit
0465abcfec
7 changed files with 160 additions and 0 deletions
|
@ -42,6 +42,7 @@ set(SOURCES
|
|||
CSS/PropertyID.cpp
|
||||
CSS/PropertyID.h
|
||||
CSS/QuirksModeStyleSheetSource.cpp
|
||||
CSS/Resolution.cpp
|
||||
CSS/ResolvedCSSStyleDeclaration.cpp
|
||||
CSS/Screen.cpp
|
||||
CSS/Selector.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue