File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1083,12 +1083,12 @@ Relative sRGB color syntax is <em>only</em> applicable to the non-legacy RGB syn
10831083The grammar of the [=modern color syntax=] ''hsl()'' and ''hsla()'' functions is extended as follows:
10841084
10851085<pre class='prod'>
1086- <dfn>hsl() </dfn> = hsl([from <<color>> ]?
1086+ <dfn><<modern- hsl-syntax>> </dfn> = hsl([from <<color>> ]?
10871087 [<<hue>> | none]
10881088 [<<percentage>> | <<number>> | none]
10891089 [<<percentage>> | <<number>> | none]
10901090 [ / [<<alpha-value>> | none] ]? )
1091- <dfn>hsla() </dfn> = hsla([from <<color>> ]?
1091+ <dfn><<modern- hsla-syntax>> </dfn> = hsla([from <<color>> ]?
10921092 [<<hue>> | none]
10931093 [<<percentage>> | <<number>> | none]
10941094 [<<percentage>> | <<number>> | none]
You can’t perform that action at this time.
0 commit comments