mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 18:17:23 +00:00
LibWeb: Parse grid track placements using TokenStream
I'm not entirely happy with this, but I barely understand grid, and this does still work.
This commit is contained in:
parent
b172c29d9a
commit
14e2e2bac4
Notes:
sideshowbarker
2024-07-17 03:45:48 +09:00
Author: https://github.com/AtkinsSJ
Commit: 14e2e2bac4
Pull-request: https://github.com/SerenityOS/serenity/pull/22439
2 changed files with 74 additions and 50 deletions
|
@ -262,7 +262,7 @@ private:
|
|||
RefPtr<StyleValue> parse_grid_auto_track_sizes(Vector<ComponentValue> const&);
|
||||
RefPtr<GridAutoFlowStyleValue> parse_grid_auto_flow_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_grid_track_size_list_shorthand_value(PropertyID, Vector<ComponentValue> const&);
|
||||
RefPtr<StyleValue> parse_grid_track_placement(Vector<ComponentValue> const&);
|
||||
RefPtr<StyleValue> parse_grid_track_placement(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_grid_track_placement_shorthand_value(PropertyID, TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_grid_template_areas_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_grid_area_shorthand_value(TokenStream<ComponentValue>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue