mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
LibWeb: Parse grid-area property using TokenStream
This commit is contained in:
parent
a16b35a755
commit
bbbd9c14ac
Notes:
sideshowbarker
2024-07-17 03:19:14 +09:00
Author: https://github.com/AtkinsSJ
Commit: bbbd9c14ac
Pull-request: https://github.com/SerenityOS/serenity/pull/22200
2 changed files with 5 additions and 4 deletions
|
@ -265,7 +265,7 @@ private:
|
|||
RefPtr<StyleValue> parse_grid_track_placement(Vector<ComponentValue> const&);
|
||||
RefPtr<StyleValue> parse_grid_track_placement_shorthand_value(PropertyID, TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_grid_template_areas_value(Vector<ComponentValue> const&);
|
||||
RefPtr<StyleValue> parse_grid_area_shorthand_value(Vector<ComponentValue> const&);
|
||||
RefPtr<StyleValue> parse_grid_area_shorthand_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_grid_shorthand_value(Vector<ComponentValue> const&);
|
||||
|
||||
OwnPtr<CalculationNode> parse_a_calculation(Vector<ComponentValue> const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue