LibWeb: Allow multiple values for the transition-delay property

This commit is contained in:
Tim Ledbetter 2025-04-17 12:25:08 +01:00 committed by Sam Atkins
parent c5f1f36119
commit 1ca9f2a44d
Notes: github-actions[bot] 2025-04-23 20:04:09 +00:00
4 changed files with 55 additions and 0 deletions

View file

@ -436,6 +436,8 @@ private:
RefPtr<CSSStyleValue const> parse_grid_area_shorthand_value(TokenStream<ComponentValue>&);
RefPtr<CSSStyleValue const> parse_grid_shorthand_value(TokenStream<ComponentValue>&);
RefPtr<CSSStyleValue const> parse_list_of_time_values(PropertyID, TokenStream<ComponentValue>&);
RefPtr<CalculationNode const> convert_to_calculation_node(CalcParsing::Node const&, CalculationContext const&);
RefPtr<CalculationNode const> parse_a_calculation(Vector<ComponentValue> const&, CalculationContext const&);