@@ -6,15 +6,15 @@ Status: ED
6
6
Prepare for TR : no
7
7
Warning : Not Ready
8
8
Group : 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 /
11
11
Work Status : exploring
12
12
!Delta Spec : yes
13
13
Editor : Chris Lilley, W3C, https://svgees.us/, w3cid 1438
14
14
Editor : Una Kravets, Google, https://una.im, w3cid 115525
15
15
Editor : Lea Verou, Invited Expert, http://lea.verou.me/about, w3cid 52258
16
16
Editor : 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 .
18
18
Repository : w3c/csswg-drafts
19
19
Inline Github Issues : false
20
20
</pre>
@@ -284,11 +284,11 @@ Contrasting Semi-transparent Colors</h4>
284
284
to find an opaque background color.
285
285
286
286
<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
292
292
</div>
293
293
294
294
2. The foreground color is then blended over this opaque background color
0 commit comments