Skip to content

Commit 96be933

Browse files
committed
[css-color-4] remove incorrect assertions of powerlessness #8609
1 parent 4ef4ad1 commit 96be933

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

css-color-4/Overview.bs

+4-8
Original file line numberDiff line numberDiff line change
@@ -3179,8 +3179,7 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
31793179

31803180
If the lightness of a Lab color (after clamping) is ''0%'',
31813181
or ''100%''
3182-
both the a and b components become powerless
3183-
and the color will be displayed as black, or white, respectively
3182+
the color will be displayed as black, or white, respectively
31843183
due to gamut mapping to the display.
31853184

31863185
<div class="example" id="ex-lab-samples">
@@ -3261,8 +3260,7 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
32613260
the hue component is [=powerless=].
32623261
If the lightness of an LCH color (after clamping) is ''0%'',
32633262
or ''100%'',
3264-
the hue component is [=powerless=]
3265-
and the color will be displayed as black, or white, respectively
3263+
the color will be displayed as black, or white, respectively
32663264
due to gamut mapping to the display.
32673265

32683266
<div class="example" id="ex-lch-samples">
@@ -3347,8 +3345,7 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
33473345

33483346
If the lightness of an Oklab color is ''0%'' or 0,
33493347
or ''100%'' or 1.0,
3350-
both the a and b components become powerless
3351-
and the color will be displayed as black, or white, respectively
3348+
the color will be displayed as black, or white, respectively
33523349
due to gamut mapping to the display.
33533350

33543351
<div class="example" id="ex-oklab-samples">
@@ -3427,8 +3424,7 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
34273424
the hue component is [=powerless=].
34283425
If the lightness of an Oklch color is ''0%'' or 0,
34293426
or ''100%'' or 1.0,
3430-
the hue component is [=powerless=]
3431-
and the color will be displayed as black, or white, respectively
3427+
the color will be displayed as black, or white, respectively
34323428
due to gamut mapping to the display.
34333429

34343430
<div class="example" id="ex-oklch-samples">

0 commit comments

Comments
 (0)