Skip to content

Commit 5e4a38d

Browse files
committed
[css-color-6][editorial] Correctly link to D65 (from Color 4) and color candidate (this spec). Fix w3c#13317
1 parent 2f6f824 commit 5e4a38d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-color-6/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ If no target contrast is specified</h4>
258258
* ''aaa large'' (or ''large aaa'') computes to ''4.5''
259259

260260
To find the contrast of a pair of colors,
261-
first their CIE Luminance (Y) is calculated relative to a [=D65 whitepoint=].
261+
first their CIE Luminance (Y) is calculated relative to a [=D65=] whitepoint.
262262
Then the WCAG 2.1 contrast is calculated:
263263
contrast = (Y<sub>l</sub> + 0.05) / (Y<sub>d</sub> + 0.05)
264264
where Y<sub>d</sub> is the luminance of the darker color in the pair
@@ -270,7 +270,7 @@ If no target contrast is specified</h4>
270270

271271
<pre class="lang-css">color(display-p3 0.38 0.11 0.05)</pre>
272272

273-
while the first [=candidate color=] in the list were
273+
while the first [=color candidate=] in the list is
274274

275275
<pre class="lang-css">yellow</pre>
276276

0 commit comments

Comments
 (0)