Skip to content

Commit 699d372

Browse files
committed
[css-color-4] Drop the "representing black" and "representing white", #8794
1 parent 787d665 commit 699d372

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

css-color-4/Overview.bs

+1-5
Original file line numberDiff line numberDiff line change
@@ -3160,9 +3160,7 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
31603160
In <dfn value export for="lab()">Lab</dfn>,
31613161
the first argument specifies the CIE Lightness, L.
31623162
This is a number between ''0%'' or 0
3163-
(representing black)
31643163
and ''100%'' or 100
3165-
(representing white),
31663164
Values less than ''0%'' or 0 must be clamped to ''0%'' at parsed-value time;
31673165
values greater than
31683166
''100%'' or 100 are clamped to ''100%'' at parsed-value time.
@@ -3325,9 +3323,7 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
33253323
In <dfn value export for="oklab()">Oklab</dfn>
33263324
the first argument specifies the Oklab Lightness.
33273325
This is a number between ''0%'' or 0
3328-
(representing black)
3329-
and ''100%'' or 1.0
3330-
(representing white).
3326+
and ''100%'' or 1.0.
33313327

33323328
Values less than ''0%'' or 0.0 must be clamped to ''0%''
33333329
at parsed-value time;

0 commit comments

Comments
 (0)