mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb: Implement CSS cos()
This commit is contained in:
parent
c73f476915
commit
46a5efe388
Notes:
sideshowbarker
2024-07-16 22:14:49 +09:00
Author: https://github.com/stelar7
Commit: 46a5efe388
Pull-request: https://github.com/SerenityOS/serenity/pull/19165
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 100 additions and 0 deletions
|
@ -296,6 +296,7 @@ private:
|
|||
ErrorOr<OwnPtr<CalculationNode>> parse_abs_function(Function const&);
|
||||
ErrorOr<OwnPtr<CalculationNode>> parse_sign_function(Function const&);
|
||||
ErrorOr<OwnPtr<CalculationNode>> parse_sin_function(Function const&);
|
||||
ErrorOr<OwnPtr<CalculationNode>> parse_cos_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