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.
2 parents 953e6fe + 5bb556c commit 37cd239Copy full SHA for 37cd239
css-color-4/Overview.bs
@@ -257,7 +257,7 @@ Representing Colors: the <<color>> type</h2>
257
Colors in CSS are represented by the <dfn export><<color>></dfn> type:
258
259
<pre class='prod'>
260
- <color> = <<hex-color>> | <<named-color>> | currentcolor | transparent
+ <color> = <<hex-color>> | <<named-color>> | currentcolor | transparent |
261
<<rgb()>> | <<rgba()>> | <<hsl()>> | <<hsla()>> | <<hwb()>> |
262
<<lab()>> | <<lch()>> |
263
<<color()>> | <<device-cmyk()>> |
0 commit comments