mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 17:48:12 +00:00
LibWeb: Implement CSS atan()
This commit is contained in:
parent
784e1cfb72
commit
1aa84dfddd
4 changed files with 100 additions and 0 deletions
|
@ -300,6 +300,7 @@ private:
|
|||
ErrorOr<OwnPtr<CalculationNode>> parse_tan_function(Function const&);
|
||||
ErrorOr<OwnPtr<CalculationNode>> parse_asin_function(Function const&);
|
||||
ErrorOr<OwnPtr<CalculationNode>> parse_acos_function(Function const&);
|
||||
ErrorOr<OwnPtr<CalculationNode>> parse_atan_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