mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:28:11 +00:00
LibWeb: Parse math-depth property using TokenStream
We don't need to skip whitespace at the top level because that's already done before we're called. But we do still have to skip it inside the `add()` function
This commit is contained in:
parent
6e0a550a03
commit
0578bec655
2 changed files with 13 additions and 9 deletions
|
@ -241,7 +241,7 @@ private:
|
|||
RefPtr<StyleValue> parse_font_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_font_family_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_list_style_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_math_depth_value(Vector<ComponentValue> const&);
|
||||
RefPtr<StyleValue> parse_math_depth_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_overflow_value(Vector<ComponentValue> const&);
|
||||
RefPtr<StyleValue> parse_place_content_value(Vector<ComponentValue> const&);
|
||||
RefPtr<StyleValue> parse_place_items_value(Vector<ComponentValue> const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue