@@ -255,7 +255,7 @@ After normalizing both percentages, the result is produced via the following alg
255255The result of mixing is the color at the specified percentage along the progression
256256of the second color to the first color.
257257
258- Note: As a corrollary , a percentage of 0% just returns the other color converted to the specified color space,
258+ Note: As a corollary , a percentage of 0% just returns the other color converted to the specified color space,
259259and a percentage of 100% returns the same color converted to the specified color space.
260260
261261<div class="example" id="ex-mix-lch-peru40">
@@ -272,7 +272,7 @@ and a percentage of 100% returns the same color converted to the specified color
272272
273273 <figure id="fig-LCH-peru-goldenrod">
274274 <object data="images/CH-mixing.svg" width=480 height=480>
275- <p> A mixture of two colours , and the mixed output.
275+ <p> A mixture of two colors , and the mixed output.
276276 We are looking down the CIE L axis onto the ab plane.
277277 There are two axes, labelled <em> a</em> and <em> b</em>
278278 which cross at the origin,
@@ -314,7 +314,7 @@ and a percentage of 100% returns the same color converted to the specified color
314314
315315 <figure id="fig-LCH-teal-olive">
316316 <object data="images/CH-mixing3.svg" width=500 height=500>
317- <p> A mixture of two colours , and the mixed output.
317+ <p> A mixture of two colors , and the mixed output.
318318 We are looking down the CIE L axis onto the ab plane.
319319 There are two axes, labelled <em> a</em> and <em> b</em>
320320 which cross at the origin,
@@ -823,7 +823,7 @@ or taken from the origin color
823823 parsing/color-valid-relative-color.html
824824</wpt>
825825
826- The precise details of each function's changes to accomodate [=relative colors=] are listed below,
826+ The precise details of each function's changes to accommodate [=relative colors=] are listed below,
827827but they all follow a common structure:
828828
829829* An [=origin color=] can be specified with a ''from <<color>>'' value at the start of the function.
@@ -1459,7 +1459,7 @@ which is out of sRGB gamut,
14591459color(srgb -0.6018 0.7621 0.8448)
14601460as the negative red component indicates.
14611461Bring this into gamut
1462- by reducing Oklch Chroma, yeilds
1462+ by reducing Oklch Chroma, yields
14631463<span class="swatch" style="--color: rgb(0.079% 69.282% 72.067%)"></span> oklch(0.69012 0.1173 199.893).
14641464The Oklch chroma has dropped from 0.251 to 0.117.
14651465</div>
@@ -2653,7 +2653,7 @@ even if explicitly specified.
26532653 <pre> color-mix(in oklab, teal 70%, peru 70%)</pre>
26542654 would be the string "color-mix(in oklab, teal 70%, peru 70%)"
26552655 because the fact that these normalize to 50% each
2656- is only discoverfed after percentage normalization.
2656+ is only discovered after percentage normalization.
26572657</div>
26582658
26592659The serialization of the result of a ''color-mix()'' function
@@ -2962,7 +2962,7 @@ No new privacy considerations have been reported on this specification.
29622962<ul>
29632963 <!-- to 1 July 2023 -->
29642964 <li> Use reference ranges for percent to number conversions</li>
2965- <li> Made ''hsl()'' and ''hwb()'' channel values number, per CSSSWG resolution.
2965+ <li> Made ''hsl()'' and ''hwb()'' channel values number, per CSSWG resolution.
29662966 Also made all the hue angle channel values number, in degrees.
29672967 The RCS intro already said this but the change had not been fully propagated.</li>
29682968 <!-- to 28 June 2023 -->
@@ -3032,7 +3032,7 @@ No new privacy considerations have been reported on this specification.
30323032 <li> Clearly described potential clash of component names with named constants such as PI</li>
30333033 <li> Clarified that Relative Color Syntax does not use legacy (comma-separated) syntax</li>
30343034 <li> Corrected grammar of the rgb() function, ''none'' ' was not listed as an option for alpha</li>
3035- <li> Changed serialization of color-mix() which uses hsl or hwb, to maximise precision</li>
3035+ <li> Changed serialization of color-mix() which uses hsl or hwb, to maximize precision</li>
30363036 <li> Added an out of gamut color-mix example</li>
30373037 <li> Use the term "cannot express the color" to describe HSL and HWB models which cannot represent extended, out of gamut colors.</li>
30383038 <li> Fixed some spelling errors</li>
@@ -3077,7 +3077,7 @@ No new privacy considerations have been reported on this specification.
30773077 <li> Clarified that the color-adjuster is not optional</li>
30783078 <li> Clarified that the percentage in color-mix is mandatory</li>
30793079 <li> Moved hue-adjuster back to color-mix whee it belongs</li>
3080- <li> Added example with different mxing color spaces</li>
3080+ <li> Added example with different mixing color spaces</li>
30813081 <!-- to 27 Apr 2021 -->
30823082 <li> Added examples of percentage normalization in color-mix()</li>
30833083 <li> Explicitly excluded negative percentages in color-mix()</li>
@@ -3143,7 +3143,7 @@ No new privacy considerations have been reported on this specification.
31433143 </ol>
31443144
31453145 In addition the new ''color-mix()'' function allows two colors to be mixed,
3146- in a specified color space, to yeild a new color.
3146+ in a specified color space, to yield a new color.
31473147
31483148
31493149 <wpt hidden title="CSS 2.1 or CSS Color 3 tests, not relevant for this level">
@@ -3437,7 +3437,7 @@ No new privacy considerations have been reported on this specification.
34373437 parsing/color-valid-lab.html
34383438 parsing/color-valid-rgb.html
34393439 parsing/color-valid-system-color.html
3440- system-color-hightlights -vs-getSelection-001.html
3440+ system-color-highlights -vs-getSelection-001.html
34413441 </wpt>
34423442
34433443 <wpt hidden title="CSS Color 6">
0 commit comments