Skip to content

Commit 2a450fd

Browse files
authored
[css-values-5] Allow omitting position options in color-interpolate() (#12329)
1 parent dad91f4 commit 2a450fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-values-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ Interpolated Color Values: the ''color-interpolate()'' notation</h3>
13821382
] ,
13831383
<<input-position>>{1,2} : <<color>>,
13841384
[
1385-
[ <<easing-function>> || <<color-interpolation-method>> ],
1385+
[ <<easing-function>> || <<color-interpolation-method>> ]?,
13861386
<<input-position>>{1,2} : <<color>>
13871387
]#? )
13881388
</pre>

0 commit comments

Comments
 (0)