Skip to content

Commit 79e0361

Browse files
committed
[css-color-5] Fix doubled paren in syntax of hsl(), fix #7362
1 parent a73cfad commit 79e0361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-color-5/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ Relative color syntax is only applicable to the non-legacy RGB syntactic forms.
11241124
The grammar of the ''hsl()'' function is extended as follows:
11251125

11261126
<pre class='prod'>
1127-
<dfn>hsl()</dfn> = hsl(([from <<color>>]?
1127+
<dfn>hsl()</dfn> = hsl([from <<color>>]?
11281128
[<<hue>> | none]
11291129
[<<percentage>> | <<number>> | none]
11301130
[<<percentage>> | <<number>> | none]

0 commit comments

Comments
 (0)