Skip to content

Commit 52bfaf0

Browse files
committed
1 parent a1b4a0c commit 52bfaf0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

org/w3c/css/values/color/ColorMix.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ public class ColorMix {
3232
public final static CssIdent[] polarColorSpaceValues;
3333
public final static CssIdent[] hueInterpolationMethodModifiers;
3434

35+
/**
36+
@spec https://www.w3.org/TR/2026/WD-css-color-5-20260410/#typedef-rectangular-color-space
37+
*/
3538
static {
3639
String[] _rectangularColorSpaceValues = {"srgb", "srgb-linear", "display-p3",
37-
"a98-rgb", "prophoto-rgb", "rec2020", "lab",
40+
"display-p3-linear", "a98-rgb", "prophoto-rgb", "rec2020", "lab",
3841
"oklab", "xyz", "xyz-d50", "xyz-d65"};
3942
rectangularColorSpaceValues = new CssIdent[_rectangularColorSpaceValues.length];
4043
for (int i = 0; i < _rectangularColorSpaceValues.length; i++) {

0 commit comments

Comments
 (0)