mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibWeb/CSS: Parse builtin values using TokenStream
This commit is contained in:
parent
98963e0c9a
commit
b9b2fd62b5
Notes:
github-actions[bot]
2024-08-10 08:39:21 +00:00
Author: https://github.com/AtkinsSJ
Commit: b9b2fd62b5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1018
Reviewed-by: https://github.com/awesomekling
2 changed files with 20 additions and 9 deletions
|
@ -278,7 +278,7 @@ private:
|
|||
RefPtr<StyleValue> style_value;
|
||||
};
|
||||
Optional<PropertyAndValue> parse_css_value_for_properties(ReadonlySpan<PropertyID>, TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_builtin_value(ComponentValue const&);
|
||||
RefPtr<StyleValue> parse_builtin_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CalculatedStyleValue> parse_calculated_value(ComponentValue const&);
|
||||
RefPtr<CustomIdentStyleValue> parse_custom_ident_value(TokenStream<ComponentValue>&, std::initializer_list<StringView> blacklist);
|
||||
// NOTE: Implemented in generated code. (GenerateCSSMathFunctions.cpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue