@@ -2056,7 +2056,8 @@ HSL Colors: ''hsl()'' and ''hsla()'' functions</h2>
20562056 If the saturation of an HSL color is ''0%'' ,
20572057 then the hue component is [=powerless=] .
20582058 If the lightness of an HSL color is ''0%'' or ''100%'' ,
2059- both the saturation and hue components are [=powerless=] .
2059+ the hue component is [=powerless=]
2060+ and the saturation is ''0%'' .
20602061
20612062 <div class='example' id="ex-hsl-primary-red">
20622063 For example, an ordinary red,
@@ -3140,7 +3141,7 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
31403141
31413142 If the lightness of a Lab color (after clamping) is ''0%'' ,
31423143 or ''100%''
3143- both the a and b components are [=powerless=]
3144+ both the a and b components are ''0''
31443145 and the color represents black, or white, respectively.
31453146
31463147 <div class="example" id="ex-lab-samples">
@@ -3218,7 +3219,8 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
32183219 the hue component is [=powerless=] .
32193220 If the lightness of an LCH color (after clamping) is ''0%'' ,
32203221 or ''100%'' ,
3221- both the hue and chroma components are [=powerless=] .
3222+ the hue component is [=powerless=]
3223+ and the chroma is ''0'' .
32223224
32233225 <div class="example" id="ex-lch-samples">
32243226 <pre class="lang-css">
@@ -3302,7 +3304,7 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
33023304
33033305 If the lightness of an Oklab color is ''0%'' or 0,
33043306 or ''100%'' or 1.0,
3305- both the a and b components are [=powerless=]
3307+ both the a and b components are 0
33063308 and the color represents black, or white, respectively.
33073309
33083310 <div class="example" id="ex-oklab-samples">
@@ -3379,7 +3381,8 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
33793381 the hue component is [=powerless=] .
33803382 If the lightness of an Oklch color is ''0%'' or 0,
33813383 or ''100%'' or 1.0,
3382- both the hue and chroma components are [=powerless=] .
3384+ the hue component is [=powerless=]
3385+ and the chroma is ''0'' .
33833386
33843387 <div class="example" id="ex-oklch-samples">
33853388 <pre class="lang-css">
0 commit comments