|
5 | 5 | Status: WD
|
6 | 6 | Prepare for TR: yes
|
7 | 7 | Date: 2021-07-22
|
8 |
| -Date: |
9 | 8 | Group: csswg
|
10 | 9 | TR: https://www.w3.org/TR/css-color-5/
|
11 | 10 | ED: https://drafts.csswg.org/css-color-5/
|
@@ -1117,6 +1116,10 @@ as defined in [[css-color-4#serializing-color-values]].
|
1117 | 1116 | The form used
|
1118 | 1117 | depends on the color space specified with "in".
|
1119 | 1118 |
|
| 1119 | +The <em>minimum</em> precision for round-tripping |
| 1120 | +is the same as that specified in |
| 1121 | +[[css-color-4#serializing-color-values]]. |
| 1122 | + |
1120 | 1123 | <table class="data">
|
1121 | 1124 | <tr>
|
1122 | 1125 | <th>color space</th>
|
@@ -1170,6 +1173,10 @@ The form used
|
1170 | 1173 | is the same as that used to specify
|
1171 | 1174 | the winning color.
|
1172 | 1175 |
|
| 1176 | +The <em>minimum</em> precision for round-tripping |
| 1177 | +is the same as that specified in |
| 1178 | +[[css-color-4#serializing-color-values]]. |
| 1179 | + |
1173 | 1180 | <div class="example">
|
1174 | 1181 | The winner of this contrast choice
|
1175 | 1182 | <pre>color-contrast(wheat vs olive, sienna, maroon)</pre>
|
@@ -1197,6 +1204,10 @@ is the same as that used to specify
|
1197 | 1204 | the relative color,
|
1198 | 1205 | but using the absolute form.
|
1199 | 1206 |
|
| 1207 | +The <em>minimum</em> precision for round-tripping |
| 1208 | +is the same as that specified in |
| 1209 | +[[css-color-4#serializing-color-function-values]]. |
| 1210 | + |
1200 | 1211 | <div class="example">
|
1201 | 1212 | The result of serializing
|
1202 | 1213 | <pre>lch(from peru calc(l * 0.8) calc(c * 0.7) calc(h + 180)) </pre>
|
@@ -1247,7 +1258,9 @@ Changes {#changes}
|
1247 | 1258 | <h3 id="changes-20210601">Since the <a href="https://www.w3.org/TR/2021/WD-css-color-5-20210601/">Working Draft of 1 June 2021</a></h3>
|
1248 | 1259 |
|
1249 | 1260 | <ul>
|
1250 |
| - <!-- to 05 July 2021 --> |
| 1261 | + <!-- to 20 July 2021 --> |
| 1262 | + <li>Clarified minimum precision of serialized forms</li> |
| 1263 | + <li>Clarified that CIE LCH is meant</li> |
1251 | 1264 | <li>Added some more examples</li>
|
1252 | 1265 | <li>Removed color-adjust(), keeping relative color syntax</li>
|
1253 | 1266 | <li>Defined serialization of the results of the color-mix, color-contrast, and relative color syntaxes</li>
|
|
0 commit comments