Skip to content

Commit 79e0361

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-color-5/Overview.bs

Lines changed: 1 addition & 1 deletion
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)