mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 03:17:34 +00:00
LibWeb: Add specification-based CSS tokenizer
Original work by @stelar7 for #2628.
This commit is contained in:
parent
82aea65bd3
commit
078f0a5c67
5 changed files with 1423 additions and 0 deletions
|
@ -16,6 +16,8 @@ set(SOURCES
|
|||
CSS/DefaultStyleSheetSource.cpp
|
||||
CSS/Length.cpp
|
||||
CSS/Parser/CSSParser.cpp
|
||||
CSS/Parser/Token.cpp
|
||||
CSS/Parser/Tokenizer.cpp
|
||||
CSS/PropertyID.cpp
|
||||
CSS/PropertyID.h
|
||||
CSS/QuirksModeStyleSheetSource.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue