Skip to content

Commit 11f5419

Browse files
committed
[css-color-5] Add missing mixing color spaces for serialization. Fix #6859
1 parent ed85165 commit 11f5419

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

css-color-5/Overview.bs

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2350,13 +2350,17 @@ is the same as that specified in
23502350

23512351
<table class="data">
23522352
<tr>
2353-
<th>color space</th>
2353+
<th>mixing color space</th>
23542354
<th>form</th>
23552355
</tr>
23562356
<tr>
23572357
<td>srgb</td>
23582358
<td>color(srgb r g b)</td>
23592359
</tr>
2360+
<tr>
2361+
<td>srgb-linear</td>
2362+
<td>color(srgb r g b)</td>
2363+
</tr>
23602364
<tr>
23612365
<td>hsl</td>
23622366
<td>hsl(h s l)</td>
@@ -2365,9 +2369,17 @@ is the same as that specified in
23652369
<td>hwb</td>
23662370
<td>hwb(h w b)</td>
23672371
</tr>
2372+
<tr>
2373+
<td>xyz-d65</td>
2374+
<td>color(xyz-d65 x y z)</td>
2375+
</tr>
2376+
<tr>
2377+
<td>xyz-d50</td>
2378+
<td>color(xyz-d50 x y z)</td>
2379+
</tr>
23682380
<tr>
23692381
<td>xyz</td>
2370-
<td>color(xyz x y z)</td>
2382+
<td>color(xyz-d65 x y z)</td>
23712383
</tr>
23722384
<tr>
23732385
<td>lab</td>

0 commit comments

Comments
 (0)