@@ -3179,8 +3179,9 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
3179
3179
3180
3180
If the lightness of a Lab color (after clamping) is ''0%'' ,
3181
3181
or ''100%''
3182
- both the a and b components are ''0''
3183
- and the color represents black, or white, respectively.
3182
+ both the a and b components become powerless
3183
+ and the color will be displayed as black, or white, respectively
3184
+ due to gamut mapping to the display.
3184
3185
3185
3186
<div class="example" id="ex-lab-samples">
3186
3187
<pre class="lang-css">
@@ -3261,7 +3262,8 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
3261
3262
If the lightness of an LCH color (after clamping) is ''0%'' ,
3262
3263
or ''100%'' ,
3263
3264
the hue component is [=powerless=]
3264
- and the chroma is ''0'' .
3265
+ and the color will be displayed as black, or white, respectively
3266
+ due to gamut mapping to the display.
3265
3267
3266
3268
<div class="example" id="ex-lch-samples">
3267
3269
<pre class="lang-css">
@@ -3345,8 +3347,9 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
3345
3347
3346
3348
If the lightness of an Oklab color is ''0%'' or 0,
3347
3349
or ''100%'' or 1.0,
3348
- both the a and b components are 0
3349
- and the color represents black, or white, respectively.
3350
+ both the a and b components become powerless
3351
+ and the color will be displayed as black, or white, respectively
3352
+ due to gamut mapping to the display.
3350
3353
3351
3354
<div class="example" id="ex-oklab-samples">
3352
3355
<pre class="lang-css">
@@ -3425,7 +3428,8 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
3425
3428
If the lightness of an Oklch color is ''0%'' or 0,
3426
3429
or ''100%'' or 1.0,
3427
3430
the hue component is [=powerless=]
3428
- and the chroma is ''0'' .
3431
+ and the color will be displayed as black, or white, respectively
3432
+ due to gamut mapping to the display.
3429
3433
3430
3434
<div class="example" id="ex-oklch-samples">
3431
3435
<pre class="lang-css">
0 commit comments