1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:27:45 +00:00

LibWeb: Add a whole bunch of rule classes for the new CSS parser

Original work by @stelar7.
This commit is contained in:
Andreas Kling 2021-03-09 17:36:21 +01:00
parent 16cde3f14a
commit ad152bfa59
9 changed files with 543 additions and 0 deletions

View file

@ -16,6 +16,7 @@ set(SOURCES
CSS/DefaultStyleSheetSource.cpp
CSS/Length.cpp
CSS/Parser/DeprecatedCSSParser.cpp
CSS/Parser/StyleRules.cpp
CSS/Parser/Token.cpp
CSS/Parser/Tokenizer.cpp
CSS/PropertyID.cpp