mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb: Parse overflow property using TokenStream
Also simplify it a bit. We don't need to handle 1 / 2 values separately, but past Sam didn't realise that.
This commit is contained in:
parent
0578bec655
commit
4f773a7dae
Notes:
sideshowbarker
2024-07-17 18:06:52 +09:00
Author: https://github.com/AtkinsSJ
Commit: 4f773a7dae
Pull-request: https://github.com/SerenityOS/serenity/pull/22439
2 changed files with 13 additions and 20 deletions
|
@ -242,7 +242,7 @@ private:
|
|||
RefPtr<StyleValue> parse_font_family_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_list_style_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_math_depth_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_overflow_value(Vector<ComponentValue> const&);
|
||||
RefPtr<StyleValue> parse_overflow_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_place_content_value(Vector<ComponentValue> const&);
|
||||
RefPtr<StyleValue> parse_place_items_value(Vector<ComponentValue> const&);
|
||||
RefPtr<StyleValue> parse_place_self_value(Vector<ComponentValue> const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue