Skip to content

Commit ccdce56

Browse files
authored
[css-images-4] Fixed interpolation of stripes() with different types (#8614)
1 parent f4f6437 commit ccdce56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-images-4/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2420,7 +2420,8 @@ Interpolating ''stripes()'' {#interpolating-stripes}
24202420

24212421
1. Both the starting and ending image must have the same number of <<color-stripe>>s.
24222422

2423-
2. Neither image uses a combination of <<length>>, <<percentage>>, and <<flex>> stripes.
2423+
2. Each pair of interpolated thicknesses must be of the same type,
2424+
i.e. both must either be of type <<length-percentage>>, or <<flex>>.
24242425

24252426
If the two images satisfy both constraints,
24262427
they must be interpolated as described below.

0 commit comments

Comments
 (0)