@@ -2070,10 +2070,10 @@ HSL Colors: ''hsl()'' and ''hsla()'' functions</h2>
2070
2070
''240deg'' represents sRGB primary blue, etc.
2071
2071
2072
2072
The next two arguments are the saturation and lightness, respectively.
2073
- For saturation, ''100%'' is a fully-saturated, bright color,
2074
- and ''0%'' is a fully-unsaturated gray.
2075
- For lightness, ''50%'' represents the "normal" color,
2076
- while ''100%'' is white and ''0%'' is black.
2073
+ For saturation, ''100%'' or ''100'' is a fully-saturated, bright color,
2074
+ and ''0%'' or ''0'' is a fully-unsaturated gray.
2075
+ For lightness, ''50%'' or ''50'' represents the "normal" color,
2076
+ while ''100%'' or ''100'' is white and ''0%'' or ''0 '' is black.
2077
2077
<!-- unbounded hsl
2078
2078
If the saturation or lightness are less than ''0%''
2079
2079
or greater than ''100%'' ,
@@ -2087,7 +2087,7 @@ HSL Colors: ''hsl()'' and ''hsla()'' functions</h2>
2087
2087
2088
2088
HSL colors resolve to sRGB.
2089
2089
2090
- If the saturation of an HSL color is ''0%'' ,
2090
+ If the saturation of an HSL color is ''0%'' or ''0'' ,
2091
2091
then the hue component is [=powerless=] .
2092
2092
2093
2093
<div class='example' id="ex-hsl-primary-red">
0 commit comments