Skip to content

Commit 0b331af

Browse files
committed
[css2] Fix typo
See #2132
1 parent 1c06a17 commit 0b331af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css2/syndata.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ <h3 id="color-units">4.3.6 Colors</h3>
14541454
<p>Values outside the device gamut should be clipped or
14551455
mapped into the gamut when the gamut is known: the red, green,
14561456
and blue values must be changed to fall within the range supported by
1457-
the device. Users agents may perform higher quality mapping of colors
1457+
the device. User agents may perform higher quality mapping of colors
14581458
from one gamut to another. For a typical CRT monitor, whose device
14591459
gamut is the same as sRGB, the four rules below are equivalent:
14601460
</p>

css2/syndata.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ images are expected to carry their own color information.
14071407
<p>Values outside the device gamut should be clipped or
14081408
mapped into the gamut when the gamut is known: the red, green,
14091409
and blue values must be changed to fall within the range supported by
1410-
the device. Users agents may perform higher quality mapping of colors
1410+
the device. User agents may perform higher quality mapping of colors
14111411
from one gamut to another. For a typical CRT monitor, whose device
14121412
gamut is the same as sRGB, the four rules below are equivalent:
14131413
</p>

0 commit comments

Comments
 (0)