We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698e0b4 commit 6c6f6bcCopy full SHA for 6c6f6bc
1 file changed
css-color-5/Overview.bs
@@ -1083,12 +1083,12 @@ Relative sRGB color syntax is <em>only</em> applicable to the non-legacy RGB syn
1083
The grammar of the [=modern color syntax=] ''hsl()'' and ''hsla()'' functions is extended as follows:
1084
1085
<pre class='prod'>
1086
-<dfn>hsl()</dfn> = hsl([from <<color>>]?
+<dfn><<modern-hsl-syntax>></dfn> = hsl([from <<color>>]?
1087
[<<hue>> | none]
1088
[<<percentage>> | <<number>> | none]
1089
1090
[ / [<<alpha-value>> | none] ]? )
1091
-<dfn>hsla()</dfn> = hsla([from <<color>>]?
+<dfn><<modern-hsla-syntax>></dfn> = hsla([from <<color>>]?
1092
1093
1094
0 commit comments