mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-06 17:11:51 +00:00
LibWeb/CSS: Add FIXME that color-mix() now takes 1+ colors, not 2
Corresponds to 83c7bffe51
This commit is contained in:
parent
af9a227ca3
commit
a263ba78ed
Notes:
github-actions[bot]
2025-06-17 11:39:39 +00:00
Author: https://github.com/AtkinsSJ
Commit: a263ba78ed
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5113
1 changed files with 2 additions and 1 deletions
|
@ -1788,7 +1788,8 @@ RefPtr<CSSStyleValue const> Parser::parse_color_mix_function(TokenStream<Compone
|
|||
};
|
||||
};
|
||||
|
||||
// color-mix() = color-mix( <color-interpolation-method> , [ <color> && <percentage [0,100]>? ]#{2})
|
||||
// color-mix() = color-mix( <color-interpolation-method> , [ <color> && <percentage [0,100]>? ]#)
|
||||
// FIXME: Update color-mix to accept 1+ colors instead of exactly 2.
|
||||
auto transaction = tokens.begin_transaction();
|
||||
tokens.discard_whitespace();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue