mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb/CSS: Add support for the lch
color function
This makes us pass all `css/css-color/lch-00*.html` tests.
This commit is contained in:
parent
e8fc731b8c
commit
f253246a6c
Notes:
github-actions[bot]
2024-10-28 22:38:03 +00:00
Author: https://github.com/LucasChollet
Commit: f253246a6c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2013
5 changed files with 56 additions and 1 deletions
|
@ -254,6 +254,7 @@ private:
|
|||
RefPtr<CSSStyleValue> parse_lab_color_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_oklab_color_value(TokenStream<ComponentValue>&);
|
||||
Optional<Array<RefPtr<CSSStyleValue>, 4>> parse_lch_like_color_value(TokenStream<ComponentValue>&, StringView);
|
||||
RefPtr<CSSStyleValue> parse_lch_color_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_oklch_color_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_color_function(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_color_value(TokenStream<ComponentValue>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue