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:
Sam Atkins 2025-06-18 17:24:19 +01:00 committed by Tim Ledbetter
commit 9079be850b
Notes: github-actions[bot] 2025-07-09 15:46:20 +00:00
4 changed files with 44 additions and 4 deletions

View file

@ -342,6 +342,7 @@ class Tokenizer;
struct AtRule;
struct Declaration;
struct Function;
struct GuaranteedInvalidValue;
struct QualifiedRule;
struct SimpleBlock;