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:
parent
ba2df70eab
commit
036b5c2804
3 changed files with 676 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue