@@ -14,7 +14,7 @@ Editor: Chris Lilley, W3C, https://svgees.us/, w3cid 1438
14
14
Editor : Una Kravets, Google, https://una.im, w3cid 115525
15
15
Editor : Lea Verou, Invited Expert, http://lea.verou.me/about, w3cid 52258
16
16
Editor : Adam Argyle, Google, https://nerdy.dev, w3cid 112669
17
- Abstract : This module extends CSS Color [[css-color-4]] to add color modification functions, and custom colorspaces (ICC profiles).
17
+ Abstract : This module extends CSS Color [[css-color-4]] to add color modification functions, and custom color spaces (ICC profiles).
18
18
Repository : w3c/csswg-drafts
19
19
WPT Path Prefix : css/css-color/
20
20
WPT Display : open
@@ -82,8 +82,8 @@ Introduction {#intro}
82
82
and extends existing ones with [[#relative-colors|relative color syntax]] .
83
83
84
84
It also extends the ''color()'' function
85
- so that not only predefined colorspaces ,
86
- but also custom colorspaces defined by ICC profiles
85
+ so that not only predefined color spaces ,
86
+ but also custom color spaces defined by ICC profiles
87
87
(including calibrated CMYK)
88
88
can be used in CSS.
89
89
@@ -198,7 +198,7 @@ After normalizing both percentages, the result is produced via the following alg
198
198
[[css-color-4#hue-interpolation]] .
199
199
If no <<hue-interpolation-method>> is specified, it is as if
200
200
''shorter'' had been specified.
201
- If the specified colorspace is a
201
+ If the specified color space is a
202
202
''rectangular-orthogonal-color'' space,
203
203
then specifying a <<hue-interpolation-method>> is an error.
204
204
3. If an alpha multiplier was produced during percentage normalization,
@@ -2605,7 +2605,7 @@ No new privacy considerations have been reported on this specification.
2605
2605
<li> Added lch vs. oklch mixing example</li>
2606
2606
<li> Prefer oklab and oklch for mixing</li>
2607
2607
<li> Changed xyz to D65-reative, following CSS Color 4</li>
2608
- <li> Added oklab and oklch colorspaces </li>
2608
+ <li> Added oklab and oklch color spaces </li>
2609
2609
<li> Defined how to resolve color-contrast())</li>
2610
2610
<!-- to 20 July 2021 -->
2611
2611
<li> Clarified minimum precision of serialized forms</li>
@@ -2690,7 +2690,7 @@ No new privacy considerations have been reported on this specification.
2690
2690
</ol>
2691
2691
2692
2692
In addition the new ''color-mix()'' function allows two colors to be mixed,
2693
- in a specified colorspace , to yeild a new color.
2693
+ in a specified color space , to yeild a new color.
2694
2694
2695
2695
2696
2696
<wpt hidden title="CSS 2.1 or CSS Color 3 tests, not relevant for this level">
0 commit comments