mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:37:35 +00:00
LibWeb: Parse list-style property using TokenStream
This commit is contained in:
parent
14e2e2bac4
commit
6e0a550a03
2 changed files with 5 additions and 7 deletions
|
@ -240,7 +240,7 @@ private:
|
|||
RefPtr<StyleValue> parse_flex_flow_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_font_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_font_family_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_list_style_value(Vector<ComponentValue> const&);
|
||||
RefPtr<StyleValue> parse_list_style_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_math_depth_value(Vector<ComponentValue> const&);
|
||||
RefPtr<StyleValue> parse_overflow_value(Vector<ComponentValue> const&);
|
||||
RefPtr<StyleValue> parse_place_content_value(Vector<ComponentValue> const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue