mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-29 22:42:52 +00:00
LibWeb: Allow multiple values for the transition-delay
property
This commit is contained in:
parent
c5f1f36119
commit
1ca9f2a44d
Notes:
github-actions[bot]
2025-04-23 20:04:09 +00:00
Author: https://github.com/tcl3
Commit: 1ca9f2a44d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4387
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 55 additions and 0 deletions
|
@ -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&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue