mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 11:18:13 +00:00
LibWeb: Implement CSS Frequency class
This corresponds to `<frequency>` in the grammar.
This commit is contained in:
parent
355d1936f2
commit
bd79c303f6
9 changed files with 267 additions and 5 deletions
|
@ -28,6 +28,7 @@ set(SOURCES
|
|||
CSS/CSSSupportsRule.cpp
|
||||
CSS/DefaultStyleSheetSource.cpp
|
||||
CSS/Display.cpp
|
||||
CSS/Frequency.cpp
|
||||
CSS/Length.cpp
|
||||
CSS/MediaList.cpp
|
||||
CSS/MediaQuery.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue