We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25dc09f commit 257e1e4Copy full SHA for 257e1e4
css-color-5/Overview.bs
@@ -149,7 +149,7 @@ Introduction {#intro}
149
Colors in CSS are represented by the <dfn export><<color>></dfn> type:
150
151
<pre class='prod'>
152
- <color> = <<color-base>> | currentColor | <<system-color>> | <<device-cmyk()>> | <<light-dark()>>
+ <color> = <<color-base>> | currentColor | <<system-color>> | <<device-cmyk()>> | <<light-dark()>> | <<contrast-color()>>
153
154
<dfn><color-base></dfn> = <<hex-color>> | <<color-function>> | <<named-color>> | <<color-mix()>> | transparent
155
<dfn><color-function></dfn> = <<rgb()>> | <<rgba()>> |
0 commit comments