@@ -2056,7 +2056,8 @@ HSL Colors: ''hsl()'' and ''hsla()'' functions</h2>
2056
2056
If the saturation of an HSL color is ''0%'' ,
2057
2057
then the hue component is [=powerless=] .
2058
2058
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%'' .
2060
2061
2061
2062
<div class='example' id="ex-hsl-primary-red">
2062
2063
For example, an ordinary red,
@@ -3140,7 +3141,7 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
3140
3141
3141
3142
If the lightness of a Lab color (after clamping) is ''0%'' ,
3142
3143
or ''100%''
3143
- both the a and b components are [=powerless=]
3144
+ both the a and b components are ''0''
3144
3145
and the color represents black, or white, respectively.
3145
3146
3146
3147
<div class="example" id="ex-lab-samples">
@@ -3218,7 +3219,8 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
3218
3219
the hue component is [=powerless=] .
3219
3220
If the lightness of an LCH color (after clamping) is ''0%'' ,
3220
3221
or ''100%'' ,
3221
- both the hue and chroma components are [=powerless=] .
3222
+ the hue component is [=powerless=]
3223
+ and the chroma is ''0'' .
3222
3224
3223
3225
<div class="example" id="ex-lch-samples">
3224
3226
<pre class="lang-css">
@@ -3302,7 +3304,7 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
3302
3304
3303
3305
If the lightness of an Oklab color is ''0%'' or 0,
3304
3306
or ''100%'' or 1.0,
3305
- both the a and b components are [=powerless=]
3307
+ both the a and b components are 0
3306
3308
and the color represents black, or white, respectively.
3307
3309
3308
3310
<div class="example" id="ex-oklab-samples">
@@ -3379,7 +3381,8 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
3379
3381
the hue component is [=powerless=] .
3380
3382
If the lightness of an Oklch color is ''0%'' or 0,
3381
3383
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'' .
3383
3386
3384
3387
<div class="example" id="ex-oklch-samples">
3385
3388
<pre class="lang-css">
0 commit comments