mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 08:20:44 +00:00
LibWeb/CSS: Parse the CSS <syntax>
type into a tree
`<syntax>` is a limited subset of the "value definition syntax" used in CSS specs. It's used for `@property`'s `syntax` descriptor, and for the `type()` function in `attr()`.
This commit is contained in:
parent
5d1ba658c9
commit
ded2207762
Notes:
github-actions[bot]
2025-07-16 13:49:11 +00:00
Author: https://github.com/AtkinsSJ
Commit: ded2207762
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5400
Reviewed-by: https://github.com/tcl3 ✅
8 changed files with 684 additions and 0 deletions
|
@ -146,6 +146,8 @@ set(SOURCES
|
|||
CSS/Parser/RuleContext.cpp
|
||||
CSS/Parser/RuleParsing.cpp
|
||||
CSS/Parser/SelectorParsing.cpp
|
||||
CSS/Parser/Syntax.cpp
|
||||
CSS/Parser/SyntaxParsing.cpp
|
||||
CSS/Parser/Token.cpp
|
||||
CSS/Parser/Tokenizer.cpp
|
||||
CSS/Parser/Types.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue