mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-24 19:28:48 +00:00
LibWeb/CSS: Include guaranteed-invalid value in ComponentValue
Treating these like any other ComponentValue means not having to convert between different types of Vector, and that we will be able to use TokenStream to parse the "argument grammars" of arbitrary substitution functions.
This commit is contained in:
parent
b5ed910f1f
commit
9079be850b
Notes:
github-actions[bot]
2025-07-09 15:46:20 +00:00
Author: https://github.com/AtkinsSJ
Commit: 9079be850b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5226
Reviewed-by: https://github.com/tcl3 ✅
4 changed files with 44 additions and 4 deletions
|
@ -342,6 +342,7 @@ class Tokenizer;
|
|||
struct AtRule;
|
||||
struct Declaration;
|
||||
struct Function;
|
||||
struct GuaranteedInvalidValue;
|
||||
struct QualifiedRule;
|
||||
struct SimpleBlock;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue