Skip to content

Commit 37cd239

Browse files
authored
Merge pull request #5348 from renatahodovan/color-4-color-fix
Add missing OR to the grammar of color definition
2 parents 953e6fe + 5bb556c commit 37cd239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-color-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Representing Colors: the <<color>> type</h2>
257257
Colors in CSS are represented by the <dfn export><<color>></dfn> type:
258258

259259
<pre class='prod'>
260-
&lt;color> = <<hex-color>> | <<named-color>> | currentcolor | transparent
260+
&lt;color> = <<hex-color>> | <<named-color>> | currentcolor | transparent |
261261
<<rgb()>> | <<rgba()>> | <<hsl()>> | <<hsla()>> | <<hwb()>> |
262262
<<lab()>> | <<lch()>> |
263263
<<color()>> | <<device-cmyk()>> |

0 commit comments

Comments
 (0)