mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
LibWeb: Parse clamp()
css math function
This commit is contained in:
parent
eaee0ecd88
commit
2ef6aa5f3d
Notes:
sideshowbarker
2024-07-17 02:14:39 +09:00
Author: https://github.com/stelar7
Commit: 2ef6aa5f3d
Pull-request: https://github.com/SerenityOS/serenity/pull/19158
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 145 additions and 0 deletions
|
@ -292,6 +292,7 @@ private:
|
|||
ErrorOr<OwnPtr<CalculationNode>> parse_a_calc_function_node(Function const&);
|
||||
ErrorOr<OwnPtr<CalculationNode>> parse_min_function(Function const&);
|
||||
ErrorOr<OwnPtr<CalculationNode>> parse_max_function(Function const&);
|
||||
ErrorOr<OwnPtr<CalculationNode>> parse_clamp_function(Function const&);
|
||||
ErrorOr<RefPtr<StyleValue>> parse_dimension_value(ComponentValue const&);
|
||||
ErrorOr<RefPtr<StyleValue>> parse_integer_value(TokenStream<ComponentValue>&);
|
||||
ErrorOr<RefPtr<StyleValue>> parse_number_value(TokenStream<ComponentValue>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue