mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 16:49:54 +00:00
LibWeb/CSS: Automate parsing view-transition-name
This commit is contained in:
parent
c729c3fcee
commit
ab4b46f990
Notes:
github-actions[bot]
2025-02-26 11:24:05 +00:00
Author: https://github.com/AtkinsSJ
Commit: ab4b46f990
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3684
Reviewed-by: https://github.com/trflynn89
3 changed files with 3 additions and 37 deletions
|
@ -404,7 +404,6 @@ private:
|
|||
RefPtr<CSSStyleValue> parse_transition_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_translate_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_scale_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_view_transition_name_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_grid_track_size_list(TokenStream<ComponentValue>&, bool allow_separate_line_name_blocks = false);
|
||||
RefPtr<CSSStyleValue> parse_grid_auto_track_sizes(TokenStream<ComponentValue>&);
|
||||
RefPtr<GridAutoFlowStyleValue> parse_grid_auto_flow_value(TokenStream<ComponentValue>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue