Skip to content

Commit 61ee087

Browse files
authored
Merge pull request #362 from gilmoreorless/patch-1
[css-color] Fix some minor typos
2 parents 208b35d + f3028de commit 61ee087

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-color/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,7 +1709,7 @@ Profiled, Device-dependent Colors</h2>
17091709

17101710
CSS allows colors to be specified by reference to a color profile.
17111711
This could be for example a calibrated CMYK printer,
1712-
or an RGB colorspace (such as ProPhoto <!-- ref -->, <!-- would be good to mention AdobeRGB 1998 here too, need to check trademark and copyright issues first --> widely used by photographers), or any other color or monochrome output defice which has been characterized.
1712+
or an RGB colorspace (such as ProPhoto <!-- ref -->, <!-- would be good to mention AdobeRGB 1998 here too, need to check trademark and copyright issues first --> widely used by photographers), or any other color or monochrome output device which has been characterized.
17131713
In addition, for convenience,
17141714
CSS provides two predefined RGB color spaces:
17151715
DCI P3 [[!DCI-P3]],
@@ -1733,7 +1733,7 @@ Profiled, Device-dependent Colors</h2>
17331733
color: color(p3 97 253 36);
17341734
</pre>
17351735

1736-
All but the predefined colorpace example also need a matching ''@color-profile'' at-rule somewhere
1736+
All but the predefined colorspace example also need a matching ''@color-profile'' at-rule somewhere
17371737
in the stylesheet, to connect the name with the profile data.
17381738

17391739
<pre>
@@ -2262,7 +2262,7 @@ Modifying Colors: the ''color-mod()'' function</h2>
22622262
(such as ''s(50%)'')
22632263
have special behavior for <a>achromatic</a> colors,
22642264
as described in each adjuster's description.
2265-
However, it is possible for, within the space of a single ''color-mod()'' function,
2265+
However, it is possible, within the space of a single ''color-mod()'' function,
22662266
for the |base color| to be chromatic,
22672267
an adjuster to make it <a>achromatic</a>,
22682268
and a following adjuster to make it chromatic again,

0 commit comments

Comments
 (0)