@@ -595,7 +595,7 @@ Combining images: the ''cross-fade()'' notation {#cross-fade-function}
595
595
596
596
<pre class=prod>
597
597
<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]>> ?
599
599
</pre>
600
600
601
601
The function represents an image generated by
@@ -2056,10 +2056,10 @@ Coloring the Gradient Line</h4>
2056
2056
gives a missing hue component:
2057
2057
<span class="lang-css"> oklch(0.6268 0 none)</span>
2058
2058
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,
2061
2061
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
2063
2063
it is taken from green,
2064
2064
which is <span class="lang-css"> oklch(0.5198 0.1769 142.5)</span>
2065
2065
</div>
@@ -2253,11 +2253,11 @@ Color Stop “Fixup”</h4>
2253
2253
<<stripes()>> = stripes( <<color-stripe>> # )
2254
2254
<<color-stripe>> = <<color>> && [ <<length-percentage>> | <<flex>> ]?
2255
2255
</pre>
2256
-
2256
+
2257
2257
The <dfn>stripes()</dfn> function defines a [=1D image=]
2258
2258
as a comma-separated list of colored stripes,
2259
2259
each placed end-to-end on the [=paint line=] in the order given.
2260
-
2260
+
2261
2261
Each <dfn><<color-stripe>></dfn> entry defines a solid-color stripe
2262
2262
with the specified <<color>> and thickness.
2263
2263
If the thickness is omitted,
@@ -2294,7 +2294,7 @@ Color Stop “Fixup”</h4>
2294
2294
any stripes or portions beyond the |total width| are truncated.
2295
2295
2296
2296
<div class='example' id='ex-stripes-total-width'>
2297
- For example,
2297
+ For example,
2298
2298
''stripes(red 1fr, green 2fr, blue 100px)''
2299
2299
with a |total width| of ''400px''
2300
2300
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/"
3011
3011
<a href="https://github.com/w3c/csswg-drafts/issues/12147">Issue 12147</a> )
3012
3012
* Made cross-fade() accept 1+ arguments
3013
3013
(<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.
3017
3017
Added note about color before/after the stop lists.
3018
3018
(<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,
3020
3020
so it's clearer what happens with a single stop
3021
3021
(<a href="https://github.com/w3c/csswg-drafts/issues/10092">Issue 10092</a> )
3022
3022
* 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/"
3036
3036
(<a href="https://github.com/w3c/csswg-drafts/issues/4928">Issue 4928</a> )
3037
3037
* Allowed omitting resolution/type in image-set()
3038
3038
* 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
3040
3040
(<a href="https://github.com/w3c/csswg-drafts/pull/9147">Issue 9147</a> )
3041
3041
* Made explicit what the default interpolation color space is.
3042
3042
(<a href="https://github.com/w3c/csswg-drafts/issues/7948">Issue 7947</a> )
@@ -3169,7 +3169,7 @@ Changes Since Level 3</h3>
3169
3169
image-orientation/image-orientation-none-cross-origin.html
3170
3170
image-orientation/image-orientation-none-image-document.html
3171
3171
image-orientation/image-orientation-none.html
3172
- image-orientation/image-orientation-exif-png-2.html
3172
+ image-orientation/image-orientation-exif-png-2.html
3173
3173
image-orientation/image-orientation-exif-png-3.html
3174
3174
image-orientation/svg-image-orientation-aspect-ratio.html
3175
3175
image-orientation/svg-image-orientation-none.html
0 commit comments