mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:37:35 +00:00
LibWeb: Implement CSS cos()
This commit is contained in:
parent
c73f476915
commit
46a5efe388
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