@@ -595,7 +595,7 @@ Combining images: the ''cross-fade()'' notation {#cross-fade-function}
595595
596596 <pre class=prod>
597597 <dfn caniuse="css-cross-fade">cross-fade()</dfn> = cross-fade( <<cf-image>> # )
598- <dfn><cf-image></dfn> = [ <<image>> | <<color>> ] && <<percentage [0,100]>> ?
598+ <dfn><cf-image></dfn> = [ <<image>> | <<color>> ] && <<percentage [0,100]>> ?
599599 </pre>
600600
601601 The function represents an image generated by
@@ -2056,10 +2056,10 @@ Coloring the Gradient Line</h4>
20562056 gives a missing hue component:
20572057 <span class="lang-css"> oklch(0.6268 0 none)</span>
20582058
2059- and thus, in the first gradient segment,
2060- the hue is taken from red,
2059+ and thus, in the first gradient segment,
2060+ the hue is taken from red,
20612061 which is <span class="lang-css"> oklch(0.628 0.2577 29.234)</span> ;
2062- while in the second segment
2062+ while in the second segment
20632063 it is taken from green,
20642064 which is <span class="lang-css"> oklch(0.5198 0.1769 142.5)</span>
20652065 </div>
@@ -2253,11 +2253,11 @@ Color Stop “Fixup”</h4>
22532253 <<stripes()>> = stripes( <<color-stripe>> # )
22542254 <<color-stripe>> = <<color>> && [ <<length-percentage>> | <<flex>> ]?
22552255 </pre>
2256-
2256+
22572257 The <dfn>stripes()</dfn> function defines a [=1D image=]
22582258 as a comma-separated list of colored stripes,
22592259 each placed end-to-end on the [=paint line=] in the order given.
2260-
2260+
22612261 Each <dfn><<color-stripe>></dfn> entry defines a solid-color stripe
22622262 with the specified <<color>> and thickness.
22632263 If the thickness is omitted,
@@ -2294,7 +2294,7 @@ Color Stop “Fixup”</h4>
22942294 any stripes or portions beyond the |total width| are truncated.
22952295
22962296 <div class='example' id='ex-stripes-total-width'>
2297- For example,
2297+ For example,
22982298 ''stripes(red 1fr, green 2fr, blue 100px)''
22992299 with a |total width| of ''400px''
23002300 will result in a 100px red stripe and 200px green stripe,
@@ -3011,12 +3011,12 @@ Changes Since the <a href="https://www.w3.org/TR/2023/WD-css-images-4-20230217/"
30113011 <a href="https://github.com/w3c/csswg-drafts/issues/12147">Issue 12147</a> )
30123012 * Made cross-fade() accept 1+ arguments
30133013 (<a href="https://github.com/w3c/csswg-drafts/issues/11530">Issue 11530</a> )
3014- * Allowed > ;zero> for angular color stop/hint
3015- * Explicitly allowed > ;zero> for gradient rotation
3016- * Fixed note about double positions making a stripe.
3014+ * Allowed < ;zero> for angular color stop/hint
3015+ * Explicitly allowed < ;zero> for gradient rotation
3016+ * Fixed note about double positions making a stripe.
30173017 Added note about color before/after the stop lists.
30183018 (<a href="https://github.com/w3c/csswg-drafts/issues/11381">Issue 11381</a> )
3019- * Separated the first and last stop fixing into separate steps,
3019+ * Separated the first and last stop fixing into separate steps,
30203020 so it's clearer what happens with a single stop
30213021 (<a href="https://github.com/w3c/csswg-drafts/issues/10092">Issue 10092</a> )
30223022 * Allow just one color stop
@@ -3036,7 +3036,7 @@ Changes Since the <a href="https://www.w3.org/TR/2023/WD-css-images-4-20230217/"
30363036 (<a href="https://github.com/w3c/csswg-drafts/issues/4928">Issue 4928</a> )
30373037 * Allowed omitting resolution/type in image-set()
30383038 * Applied fix from <a href="https://github.com/w3c/csswg-drafts/pull/8021">PR #8021</a>
3039- to gradient definitions in CSS Images 4
3039+ to gradient definitions in CSS Images 4
30403040 (<a href="https://github.com/w3c/csswg-drafts/pull/9147">Issue 9147</a> )
30413041 * Made explicit what the default interpolation color space is.
30423042 (<a href="https://github.com/w3c/csswg-drafts/issues/7948">Issue 7947</a> )
@@ -3169,7 +3169,7 @@ Changes Since Level 3</h3>
31693169 image-orientation/image-orientation-none-cross-origin.html
31703170 image-orientation/image-orientation-none-image-document.html
31713171 image-orientation/image-orientation-none.html
3172- image-orientation/image-orientation-exif-png-2.html
3172+ image-orientation/image-orientation-exif-png-2.html
31733173 image-orientation/image-orientation-exif-png-3.html
31743174 image-orientation/svg-image-orientation-aspect-ratio.html
31753175 image-orientation/svg-image-orientation-none.html
0 commit comments