mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb/CSS: Add a method to parse a value based on a ValueType
This commit is contained in:
parent
08bf9d39de
commit
c7d4c4fbff
Notes:
github-actions[bot]
2025-07-16 13:49:34 +00:00
Author: https://github.com/AtkinsSJ
Commit: c7d4c4fbff
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5400
Reviewed-by: https://github.com/tcl3 ✅
5 changed files with 64 additions and 1 deletions
|
@ -291,6 +291,8 @@ private:
|
|||
Vector<Gfx::UnicodeRange> parse_unicode_ranges(TokenStream<ComponentValue>&);
|
||||
RefPtr<UnicodeRangeStyleValue const> parse_unicode_range_value(TokenStream<ComponentValue>&);
|
||||
|
||||
RefPtr<CSSStyleValue const> parse_value(ValueType, TokenStream<ComponentValue>&);
|
||||
|
||||
Optional<GridSize> parse_grid_track_breadth(TokenStream<ComponentValue>&);
|
||||
Optional<GridSize> parse_grid_inflexible_breadth(TokenStream<ComponentValue>&);
|
||||
Optional<GridSize> parse_grid_fixed_breadth(TokenStream<ComponentValue>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue