@@ -6,15 +6,15 @@ Status: ED
66Prepare for TR : no
77Warning : Not Ready
88Group : csswg
9- TR : https://www.w3.org/TR/css-color-5 /
10- ED : https://drafts.csswg.org/css-color-5 /
9+ TR : https://www.w3.org/TR/css-color-6 /
10+ ED : https://drafts.csswg.org/css-color-6 /
1111Work Status : exploring
1212!Delta Spec : yes
1313Editor : Chris Lilley, W3C, https://svgees.us/, w3cid 1438
1414Editor : Una Kravets, Google, https://una.im, w3cid 115525
1515Editor : Lea Verou, Invited Expert, http://lea.verou.me/about, w3cid 52258
1616Editor : Adam Argyle, Google, https://nerdy.dev, w3cid 112669
17- Abstract : This module extends CSS Color [[css-color-5]] to add contrast calculation .
17+ Abstract : This module extends CSS Color [[css-color-5]] to add automatic selection of contrasting colors .
1818Repository : w3c/csswg-drafts
1919Inline Github Issues : false
2020</pre>
@@ -284,11 +284,11 @@ Contrasting Semi-transparent Colors</h4>
284284 to find an opaque background color.
285285
286286 <div class="issue">
287- <a href="https://github.com/w3c/csswg-drafts/issues/7358">#7358</a> Find a good opaque canvas color for this computation.
288- Candidates are:
289- - the foreground color with alpha = 1
290- - the ''canvas'' system color
291- - some other color calculated to minimize the contrast for the algorithm used
287+ <a href="https://github.com/w3c/csswg-drafts/issues/7358">#7358</a> Find a good opaque canvas color for this computation.
288+ Candidates are:
289+ - the foreground color with alpha = 1
290+ - the ''canvas'' system color
291+ - some other color calculated to minimize the contrast for the algorithm used
292292 </div>
293293
294294 2. The foreground color is then blended over this opaque background color
0 commit comments