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

LibWeb: Import new CSS parser

It's not finished or hooked up to anything yet, but let's get it into
the tree so we can continue working on it.

Original work by @stelar7.
This commit is contained in:
Andreas Kling 2021-03-22 17:41:47 +01:00
parent ba2df70eab
commit 036b5c2804
3 changed files with 676 additions and 0 deletions

View file

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