Skip to content

Commit 397994c

Browse files
committed
[css-color-6][editorial] Fix #8458
1 parent 83910c8 commit 397994c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

css-color-6/Overview.bs

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Status: ED
66
Prepare for TR: no
77
Warning: Not Ready
88
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/
1111
Work Status: exploring
1212
!Delta Spec: yes
1313
Editor: Chris Lilley, W3C, https://svgees.us/, w3cid 1438
1414
Editor: Una Kravets, Google, https://una.im, w3cid 115525
1515
Editor: Lea Verou, Invited Expert, http://lea.verou.me/about, w3cid 52258
1616
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.
1818
Repository: w3c/csswg-drafts
1919
Inline 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

Comments
 (0)