From 08edae3486405771e39fe34e5c1cebd25b1f2382 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 19 Sep 2023 05:53:25 +0200 Subject: [PATCH] [css-fonts-4] Make color interpolation method optional in palette-mix() --- css-fonts-4/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-fonts-4/Overview.bs b/css-fonts-4/Overview.bs index e3d2ac10220..5e1840ce88e 100644 --- a/css-fonts-4/Overview.bs +++ b/css-fonts-4/Overview.bs @@ -7065,7 +7065,7 @@ Animation type: by computed value With the palette-mix() function defined as follows:
-palette-mix() = palette-mix(<> , [ [normal | light | dark | <> | <> ] && <>? ]#{2})
+palette-mix() = palette-mix(<>? , [ [normal | light | dark | <> | <> ] && <>? ]#{2})