Skip to content

Commit

Permalink
[css-color-5] Fix doubled paren in syntax of hsl(), fix #7362
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Jun 15, 2022
1 parent a73cfad commit 79e0361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-color-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ Relative color syntax is only applicable to the non-legacy RGB syntactic forms.
The grammar of the ''hsl()'' function is extended as follows:

<pre class='prod'>
<dfn>hsl()</dfn> = hsl(([from <<color>>]?
<dfn>hsl()</dfn> = hsl([from <<color>>]?
[<<hue>> | none]
[<<percentage>> | <<number>> | none]
[<<percentage>> | <<number>> | none]
Expand Down

0 comments on commit 79e0361

Please sign in to comment.