Skip to content

Commit 51a0ea5

Browse files
committed
[css-color-4] correction noted by @vidTHEkid on twitter
1 parent 7ce5893 commit 51a0ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-color-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2983,7 +2983,7 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
29832983
Converting RGB colors to Lab colors</h3>
29842984

29852985
Conversion from an RGB color space to Lab requires several steps,
2986-
although in practice all but the first step are linear calculations and can be combined. Taking sRGB as an example:
2986+
although in practice all but the first and last step are linear calculations and can be combined. Taking sRGB as an example:
29872987

29882988
<!-- make these steps links to the appropriate section in a calculations appendix -->
29892989
<ol>
@@ -3009,7 +3009,7 @@ Converting Lab colors to RGB colors</h3>
30093009
to the color space of the display.
30103010

30113011
Conversion from Lab to an RGB space also requires multiple steps,
3012-
and again in practice all but the last step are linear calculations and can be combined. Taking display-p3 as an example,
3012+
and again in practice all but the first and last step are linear calculations and can be combined. Taking display-p3 as an example,
30133013

30143014
<ol>
30153015
<li>Convert Lab to (D50-adapted) XYZ

0 commit comments

Comments
 (0)