File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -2902,6 +2902,22 @@ depends on the color space specified with "in":
2902
2902
<td> srgb-linear</td>
2903
2903
<td> color(srgb-linear r g b) </td>
2904
2904
</tr>
2905
+ <tr>
2906
+ <td> display-p3</td>
2907
+ <td> color(display-p3 r g b) </td>
2908
+ </tr>
2909
+ <tr>
2910
+ <td> a98-rgb</td>
2911
+ <td> color(a98-rgb r g b) </td>
2912
+ </tr>
2913
+ <tr>
2914
+ <td> prophoto-rgb</td>
2915
+ <td> color(prophoto-rgb r g b) </td>
2916
+ </tr>
2917
+ <tr>
2918
+ <td> rec2020</td>
2919
+ <td> color(rec2020 r g b) </td>
2920
+ </tr>
2905
2921
<tr>
2906
2922
<td> hsl</td>
2907
2923
<td> color(srgb r g b) </td>
@@ -3000,7 +3016,7 @@ which is a <<color>>,
3000
3016
as defined in [[css-color-4#serializing-color-values]] .
3001
3017
3002
3018
The form used
3003
- depends on the color space of the [=origin color=] :
3019
+ depends on the color space of the [=relative color=] :
3004
3020
3005
3021
<table class="data">
3006
3022
<tr>
@@ -3015,6 +3031,22 @@ depends on the color space of the [=origin color=]:
3015
3031
<td> srgb-linear</td>
3016
3032
<td> color(srgb-linear r g b) </td>
3017
3033
</tr>
3034
+ <tr>
3035
+ <td> display-p3</td>
3036
+ <td> color(display-p3 r g b) </td>
3037
+ </tr>
3038
+ <tr>
3039
+ <td> a98-rgb</td>
3040
+ <td> color(a98-rgb r g b) </td>
3041
+ </tr>
3042
+ <tr>
3043
+ <td> prophoto-rgb</td>
3044
+ <td> color(prophoto-rgb r g b) </td>
3045
+ </tr>
3046
+ <tr>
3047
+ <td> rec2020</td>
3048
+ <td> color(rec2020 r g b) </td>
3049
+ </tr>
3018
3050
<tr>
3019
3051
<td> hsl</td>
3020
3052
<td> color(srgb r g b) </td>
You can’t perform that action at this time.
0 commit comments