Skip to content

Commit

Permalink
[css-color-4] Drop the "representing black" and "representing white", #…
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Jul 6, 2023
1 parent 787d665 commit 699d372
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions css-color-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3160,9 +3160,7 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
In <dfn value export for="lab()">Lab</dfn>,
the first argument specifies the CIE Lightness, L.
This is a number between ''0%'' or 0
(representing black)
and ''100%'' or 100
(representing white),
Values less than ''0%'' or 0 must be clamped to ''0%'' at parsed-value time;
values greater than
''100%'' or 100 are clamped to ''100%'' at parsed-value time.
Expand Down Expand Up @@ -3325,9 +3323,7 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
In <dfn value export for="oklab()">Oklab</dfn>
the first argument specifies the Oklab Lightness.
This is a number between ''0%'' or 0
(representing black)
and ''100%'' or 1.0
(representing white).
and ''100%'' or 1.0.

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

0 comments on commit 699d372

Please sign in to comment.