mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:17:44 +00:00
LibWeb: Implement CSS asin()
This commit is contained in:
parent
64f0349a9e
commit
708b5ef447
4 changed files with 100 additions and 0 deletions
|
@ -298,6 +298,7 @@ private:
|
|||
ErrorOr<OwnPtr<CalculationNode>> parse_sin_function(Function const&);
|
||||
ErrorOr<OwnPtr<CalculationNode>> parse_cos_function(Function const&);
|
||||
ErrorOr<OwnPtr<CalculationNode>> parse_tan_function(Function const&);
|
||||
ErrorOr<OwnPtr<CalculationNode>> parse_asin_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