Skip to content

Commit c193b17

Browse files
committed
[css-color-4][editorial] Consistently use color space, except in grammar
1 parent 28af543 commit c193b17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-color-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4603,7 +4603,7 @@ Color Interpolation</h2>
46034603
which will be <dfn export>carried forward</dfn></li>
46044604
<li>converting them to a given color space
46054605
which will be referred to as the <dfn export>interpolation color space</dfn> below.
4606-
If one or both colors are already in the interpolation colorspace,
4606+
If one or both colors are already in the interpolation color space,
46074607
this conversion changes any [=powerless=] components to [=missing=] values
46084608
</li>
46094609
<li>(if required) re-inserting [=carried forward=] values in the converted colors</li>
@@ -6277,7 +6277,7 @@ Serializing sRGB values</h3>
62776277

62786278
<!-- <div class="example" id="ex-srgb-alpha">
62796279
For example, a color picker has returned the following values,
6280-
in the sRGB colorspace:
6280+
in the sRGB color space:
62816281

62826282
<pre lang-js>
62836283
[37, 164, 87, 237]
@@ -7191,7 +7191,7 @@ Changes</h2>
71917191
<!-- to 7 Feb 2024 -->
71927192
<li>Added steps for serializing a uint8_t alpha, moved from cssom-1</li>
71937193
<li>Restored parse-time clamping of HSL negative saturation to 0, which is current interop behavior from CSS Color 3</li>
7194-
<li>When interpolating, always convert colorspace, so that powerless components become missing</li>
7194+
<li>When interpolating, always convert color space, so that powerless components become missing</li>
71957195
<li>Clarified when alpha 1 is omitted from serialization</li>
71967196
<li>Removed redundant constraining of hue angles to [0,360] as this is already done.</li>
71977197
<li>Corrected description of ActiveCaption, which is a background. </li>

0 commit comments

Comments
 (0)