Skip to content

Commit 7e21b6c

Browse files
committed
[css-color-4] clarify no pre-iterpolation gamut mapping, fix #5928
1 parent 4489e6c commit 7e21b6c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css-color-4/Overview.bs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4409,7 +4409,12 @@ Color space for interpolation</h3>
44094409
This also means that authors can choose to opt-in to Lab interpolation
44104410
by using the non-legacy ''color(srgb r g b)'' form.
44114411

4412-
Issue(5928):
4412+
If the colors to be interpolated are outside the gamut
4413+
of the interpolation space,
4414+
then once converted to that space,
4415+
they will contain out of range values.
4416+
4417+
These are not clipped, but the values are interpolated as-is.
44134418

44144419

44154420

0 commit comments

Comments
 (0)