@@ -2991,11 +2991,53 @@ Changes {#changes}
2991
2991
<h3 class="no-num" id="changes-20230217">
2992
2992
Changes Since the <a href="https://www.w3.org/TR/2023/WD-css-images-4-20230217/">17 February 2023</a> Working Draft</h3>
2993
2993
2994
+ <!-- to 3 June 2025 -->
2995
+ * Cleaned up the use of fetching external URLs for style resources
2996
+ (<a href="https://github.com/w3c/csswg-drafts/issues/12065">Issue 12065</a> ,
2997
+ <a href="https://github.com/w3c/csswg-drafts/issues/12068">Issue 12068</a> ,
2998
+ <a href="https://github.com/w3c/csswg-drafts/issues/12086">Issue 12086</a> ,
2999
+ <a href="https://github.com/w3c/csswg-drafts/issues/12147">Issue 12147</a> )
3000
+ * Made cross-fade() accept 1+ arguments
3001
+ (<a href="https://github.com/w3c/csswg-drafts/issues/11530">Issue 11530</a> )
3002
+ * Allowed >zero> for angular color stop/hint
3003
+ * Explicitly allowed >zero> for gradient rotation
3004
+ * Fixed note about double positions making a stripe.
3005
+ Added note about color before/after the stop lists.
3006
+ (<a href="https://github.com/w3c/csswg-drafts/issues/11381">Issue 11381</a> )
3007
+ * Separated the first and last stop fixing into separate steps,
3008
+ so it's clearer what happens with a single stop
3009
+ (<a href="https://github.com/w3c/csswg-drafts/issues/10092">Issue 10092</a> )
3010
+ * Allow just one color stop
3011
+ (<a href="https://github.com/w3c/csswg-drafts/issues/10092">Issue 10092</a> )
3012
+ * Made cross-fade() have same order as color-mix()
3013
+ (<a href="https://github.com/w3c/csswg-drafts/issues/9405">Issue 9405</a> )
3014
+ * Added example images for the stripes() function
3015
+ (<a href="https://github.com/w3c/csswg-drafts/pull/9749">PR 9749</a> )
2994
3016
* Added <<percentage>> values to ''radial-gradient(circle)'' ,
2995
3017
and dual <<radial-extent>> values to ''radial-gradient(ellipse)''
2996
3018
to make ''radial-gradient()'' consistent with
2997
3019
the ''circle()'' and ''ellipse()'' <<basic-shape>> s.
2998
3020
(<a href="https://github.com/w3c/csswg-drafts/issues/824">Issue 824</a> )
3021
+ * Added example of missing hues when interpolating with neutrals
3022
+ (<a href="https://github.com/w3c/csswg-drafts/issues/4928">Issue 4928</a> )
3023
+ * Explicitly linked to CSS Color 4 hue interpolation, and handling of missing components
3024
+ (<a href="https://github.com/w3c/csswg-drafts/issues/4928">Issue 4928</a> )
3025
+ * Allowed omitting resolution/type in image-set()
3026
+ * Applied fix from <a href="https://github.com/w3c/csswg-drafts/pull/8021">PR #8021</a>
3027
+ to gradient definitions in CSS Images 4
3028
+ (<a href="https://github.com/w3c/csswg-drafts/pull/9147">Issue 9147</a> )
3029
+ * Made explicit what the default interpolation color space is.
3030
+ (<a href="https://github.com/w3c/csswg-drafts/issues/7948">Issue 7947</a> )
3031
+ * Fixed duplicate repeating gradient definitions
3032
+ (<a href="https://github.com/w3c/csswg-drafts/pull/8797">Issue 8797</a> )
3033
+ * Added basic syntax of repeating gradient types
3034
+ (<a href="https://github.com/w3c/csswg-drafts/pull/8775">Issue 8775</a> )
3035
+ * Fixed interpolation of stripes() with different types
3036
+ (<a href="https://github.com/w3c/csswg-drafts/pull/8614">Issue 8614</a> )
3037
+ * Added url request modifiers to enable request parameters
3038
+ (<a href="https://github.com/w3c/csswg-drafts/pull/8222">PR 8222</a> )
3039
+ * Specified that image-set() is an invalid image if you remove all the options.
3040
+ (<a href="https://github.com/w3c/csswg-drafts/issues/8266">Issue 8266</a> )
2999
3041
3000
3042
<h3 class="no-num" id="changes-20170413">
3001
3043
Changes Since the <a href="https://www.w3.org/TR/2017/WD-css-images-4-20170413/">13 April 2017</a> Working Draft</h3>
0 commit comments