Skip to content

Commit 3d825f2

Browse files
committed
[css-color-5][editorial] Consistent color space (2 words)
1 parent 308664d commit 3d825f2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-color-5/Overview.bs

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Editor: Chris Lilley, W3C, https://svgees.us/, w3cid 1438
1414
Editor: Una Kravets, Google, https://una.im, w3cid 115525
1515
Editor: Lea Verou, Invited Expert, http://lea.verou.me/about, w3cid 52258
1616
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).
1818
Repository: w3c/csswg-drafts
1919
WPT Path Prefix: css/css-color/
2020
WPT Display: open
@@ -82,8 +82,8 @@ Introduction {#intro}
8282
and extends existing ones with [[#relative-colors|relative color syntax]].
8383

8484
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
8787
(including calibrated CMYK)
8888
can be used in CSS.
8989

@@ -198,7 +198,7 @@ After normalizing both percentages, the result is produced via the following alg
198198
[[css-color-4#hue-interpolation]].
199199
If no <<hue-interpolation-method>> is specified, it is as if
200200
''shorter'' had been specified.
201-
If the specified colorspace is a
201+
If the specified color space is a
202202
''rectangular-orthogonal-color'' space,
203203
then specifying a <<hue-interpolation-method>> is an error.
204204
3. If an alpha multiplier was produced during percentage normalization,
@@ -2605,7 +2605,7 @@ No new privacy considerations have been reported on this specification.
26052605
<li>Added lch vs. oklch mixing example</li>
26062606
<li>Prefer oklab and oklch for mixing</li>
26072607
<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>
26092609
<li>Defined how to resolve color-contrast())</li>
26102610
<!-- to 20 July 2021 -->
26112611
<li>Clarified minimum precision of serialized forms</li>
@@ -2690,7 +2690,7 @@ No new privacy considerations have been reported on this specification.
26902690
</ol>
26912691

26922692
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.
26942694

26952695

26962696
<wpt hidden title="CSS 2.1 or CSS Color 3 tests, not relevant for this level">

0 commit comments

Comments
 (0)