Skip to content

Commit a2868eb

Browse files
committed
[css-color-4] consistent "color space" fix w3c#6217
1 parent 3a0c959 commit a2868eb

12 files changed

Lines changed: 113 additions & 113 deletions

css-color-4/LCH-examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<textarea id="Rec2020results"></textarea>
99
<script>
1010
// convert a sampling of
11-
// several RGB colorspaces
11+
// several RGB color spaces
1212
// to Lab and LCH
1313

1414
console.log("test sRGB");

css-color-4/Overview.bs

Lines changed: 101 additions & 101 deletions
Large diffs are not rendered by default.

css-color-4/deltaE2000.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function deltaE2000 (reference, sample) {
3131
let G = 0.5 * (1 - Math.sqrt(C7/(C7+Gfactor)));
3232

3333
// scale a axes by asymmetry factor
34-
// this by the way is why there is no Lab2000 colorspace
34+
// this by the way is why there is no Lab2000 color space
3535
let adash1 = (1 + G) * a1;
3636
let adash2 = (1 + G) * a2;
3737

css-color-4/images/2020-prim-sec-JzCzHz.svg

Lines changed: 1 addition & 1 deletion
Loading

css-color-4/images/2020-prim-sec.svg

Lines changed: 1 addition & 1 deletion
Loading

css-color-4/images/CH-plane-wheel.svg

Lines changed: 1 addition & 1 deletion
Loading

css-color-4/images/L-axis.svg

Lines changed: 1 addition & 1 deletion
Loading

css-color-4/images/P3-prim-sec.svg

Lines changed: 1 addition & 1 deletion
Loading

css-color-4/images/a98-prim-sec.svg

Lines changed: 1 addition & 1 deletion
Loading

css-color-4/images/prophoto-prim-sec.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)