Skip to content

Commit b93df3f

Browse files
committed
[css-images-4] Make cross-fade() have same order as color-mix() #9405
1 parent b7240e2 commit b93df3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-images-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ Combining images: the ''cross-fade()'' notation {#cross-fade-function}
589589

590590
<pre class=prod>
591591
<dfn caniuse="css-cross-fade">cross-fade()</dfn> = cross-fade( <<cf-image>># )
592-
<dfn>&lt;cf-image></dfn> = <<percentage [0,100]>>? && [ <<image>> | <<color>> ]
592+
<dfn>&lt;cf-image></dfn> = [ <<image>> | <<color>> ] && <<percentage [0,100]>>?
593593
</pre>
594594

595595
The function represents an image generated by

0 commit comments

Comments
 (0)