mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibWeb: Implement CSS log()
This commit is contained in:
parent
fa37bb8b76
commit
6dde49404a
Notes:
sideshowbarker
2024-07-17 02:57:43 +09:00
Author: https://github.com/stelar7
Commit: 6dde49404a
Pull-request: https://github.com/SerenityOS/serenity/pull/19166
4 changed files with 130 additions and 0 deletions
|
@ -305,6 +305,7 @@ private:
|
|||
ErrorOr<OwnPtr<CalculationNode>> parse_pow_function(Function const&);
|
||||
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<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