mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
LibWeb: Implement CSS exp()
This commit is contained in:
parent
6dde49404a
commit
5727e276ea
4 changed files with 94 additions and 0 deletions
|
@ -306,6 +306,7 @@ private:
|
|||
ErrorOr<OwnPtr<CalculationNode>> parse_sqrt_function(Function const&);
|
||||
ErrorOr<OwnPtr<CalculationNode>> parse_hypot_function(Function const&);
|
||||
ErrorOr<OwnPtr<CalculationNode>> parse_log_function(Function const&);
|
||||
ErrorOr<OwnPtr<CalculationNode>> parse_exp_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