Skip to content

Commit

Permalink
[css-color-5] at least two colors for color-contrast() list. Fix #6055
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Mar 1, 2021
1 parent eaea01a commit 81d9d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-color-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ Selecting the most contrasting color: the ''color-contrast()'' function {#colorc
to the single color.

<pre class='prod'>
<dfn>color-contrast()</dfn> = color-contrast( <<color>> vs <<color>># )
<dfn>color-contrast()</dfn> = color-contrast( <<color>> vs <<color>>#{2,} )
</pre>

Issue(#4749): <a href="https://github.com/w3c/csswg-drafts/issues/4749">add target contrast ratio to color-contrast?</a>
Expand Down

0 comments on commit 81d9d32

Please sign in to comment.