LibWeb: Parse place-items property using TokenStream

This commit is contained in:
Sam Atkins 2023-12-08 17:23:48 +00:00 committed by Sam Atkins
commit 5a8f57f7b3
Notes: sideshowbarker 2024-07-17 02:28:18 +09:00
2 changed files with 7 additions and 5 deletions

View file

@ -244,7 +244,7 @@ private:
RefPtr<StyleValue> parse_math_depth_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue> parse_overflow_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue> parse_place_content_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue> parse_place_items_value(Vector<ComponentValue> const&);
RefPtr<StyleValue> parse_place_items_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue> parse_place_self_value(Vector<ComponentValue> const&);
RefPtr<StyleValue> parse_quotes_value(TokenStream<ComponentValue>&);
enum class AllowInsetKeyword {