@@ -66,7 +66,7 @@ Introduction</h2>
66
66
67
67
In particular, it allows specifying colors
68
68
in other [=colorspaces=] than sRGB;
69
- previously, the more saturated colors ouside the sRGB gamut
69
+ previously, the more saturated colors outside the sRGB gamut
70
70
could not be used in CSS
71
71
even if the display device supported them.
72
72
In addition to the family of
@@ -2598,7 +2598,7 @@ Specifying a color profile: the ''@color-profile'' at-rule</h3>
2598
2598
<h3 id="cal-cmyk">
2599
2599
CSS and print: using calibrated CMYK and other printed colorspaces</h3>
2600
2600
2601
- The ''@color-profile'' at-rule is not restriced to RGB colorspaces.
2601
+ The ''@color-profile'' at-rule is not restricted to RGB colorspaces.
2602
2602
While screens typically display colors directly in RGB,
2603
2603
printers often represent colors with CMYK.
2604
2604
@@ -2608,7 +2608,7 @@ such as Cyan Magenta Yellow Green Orange Violet Black (CMYGOVB)
2608
2608
can also be done in CSS,
2609
2609
provided you have an ICC profile
2610
2610
corresponding to the combination of
2611
- inks, paper, total ink coverage and equipement
2611
+ inks, paper, total ink coverage and equipment
2612
2612
you will use.
2613
2613
2614
2614
<div class="example">
@@ -2654,7 +2654,7 @@ can proceed as normal.
2654
2654
<img src="images/macbeth-roundtrip.svg" style="width: 60vmin">
2655
2655
<figcaption>
2656
2656
A color checker, used for ensuring color fidelity
2657
- in the print and photographic inductries .
2657
+ in the print and photographic industries .
2658
2658
Averaged measured Lab values are available for each patch.
2659
2659
The rectangles show the Lab values, converted to sRGB.
2660
2660
The circles, which are barely visible, show the Lab values,
@@ -3193,7 +3193,7 @@ Changes</h2>
3193
3193
<li> Added normative reference for CIE Lab</li>
3194
3194
<li> Clarified that prophoto-rgb uses D50 whitepoint so does not require adaptation</li>
3195
3195
<li> Clarified direction of increasing angle in LCH</li>
3196
- <li> Clarified that color names are ACII case insensitive</li>
3196
+ <li> Clarified that color names are ASCII case insensitive</li>
3197
3197
<li> Initial value of the "color" property is now CanvasText</li>
3198
3198
<li> Removed confusing gray() function per CSS WG resolution</li>
3199
3199
<li> Collect scattered definitions into new
@@ -3215,7 +3215,7 @@ Changes</h2>
3215
3215
<li> Add computed/used entry for system colors</li>
3216
3216
<li> Rewrite intro to non-deprecated system colors to center their use around forced-colors mode rather than generic use</li>
3217
3217
<li> Consistent hyphenation of predefined colorspaces</li>
3218
- <li> Restore text about non-opaque elements painting at layeres even when not positioned</li>
3218
+ <li> Restore text about non-opaque elements painting at layers even when not positioned</li>
3219
3219
3220
3220
<li> Initial value of the "color" property is now black</li>
3221
3221
<li> Clarify hue in LCH is modulo 360deg (change now reverted)</li>
@@ -3234,7 +3234,7 @@ Changes</h2>
3234
3234
<li> Clarify required precision and rounding behavior for color channels</li>
3235
3235
<li> Clarify "color" property has no effect on color font glyphs (unless specifically referenced, e.g. with currentColor)</li>
3236
3236
<li> Clarify how color values are resolved</li>
3237
- <li> larify that HSL, HWB and named colors resolve to sRGB</li>
3237
+ <li> Clarify that HSL, HWB and named colors resolve to sRGB</li>
3238
3238
<li> Simplify conversion from device-cmyk to sRGB</li>
3239
3239
<li> Describe previous, comma-using color syntaxes as "legacy"; change examples to commaless form</li>
3240
3240
<li> Remove superfluous requirement that displayed colors be restricted to device gamut (like there was any other option!)</li>
@@ -3310,12 +3310,12 @@ Accessibility Considerations {#a11y-sec}
3310
3310
========================================
3311
3311
3312
3312
This specification <a href="#notes">encourages authors to not use
3313
- color alone</a> as a distinguuishing feature.
3313
+ color alone</a> as a distinguishing feature.
3314
3314
3315
3315
This specification <a href="css-system-colors">encourages browsers to ensure
3316
3316
adequate contrast for specific system color foreground/background pairs</a> .
3317
3317
A harder requirement with specific AA or AAA contrast ratios was considered,
3318
- but since browsers are often just passing along coor choices made by the OS,
3318
+ but since browsers are often just passing along color choices made by the OS,
3319
3319
or selected by users (who may have particular requirements,
3320
- including lower contrast for migraine or epileps sufferers), the CSSWG
3320
+ including lower contrast for migraine or epilepsy sufferers), the CSSWG
3321
3321
was unable to require a specific contrast level.
0 commit comments