mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 08:20:44 +00:00
LibWeb: Implement CSS abs()
This commit is contained in:
parent
85f822381f
commit
79fc4c8a82
Notes:
sideshowbarker
2024-07-16 20:05:14 +09:00
Author: https://github.com/stelar7
Commit: 79fc4c8a82
Pull-request: https://github.com/SerenityOS/serenity/pull/19164
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 118 additions and 0 deletions
|
@ -293,6 +293,7 @@ private:
|
|||
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<OwnPtr<CalculationNode>> parse_abs_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