Skip to content

Commit eac4c98

Browse files
committed
[css-images-4] Update Changes list
1 parent da7956e commit eac4c98

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

css-images-4/Overview.bs

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ Default Highlight: css
2424

2525
<pre class=link-defaults>
2626
spec: css-color-4; type: type; text: <color-interpolation-method>
27-
spec: css-images-3;
28-
type: function;
29-
text: image-set();
30-
text: cross-fade();
3127
</pre>
3228

3329
Introduction {#intro}
@@ -1206,8 +1202,7 @@ Linear Gradients: the ''linear-gradient()'' notation {#linear-gradients}
12061202
<dfn>&lt;side-or-corner></dfn> = [left | right] || [top | bottom]
12071203
</pre>
12081204

1209-
<h4 id="color-interpolation">
1210-
Effects of color space on interpolation: examples</h4>
1205+
### Effects of color space on interpolation: examples ### {#color-interpolation}
12111206

12121207
<p><em>This section is non-normative.</em>
12131208

@@ -2499,36 +2494,41 @@ Changes {#changes}
24992494
<h3 class="no-num" id="changes-20170413">Changes Since the <a href="https://www.w3.org/TR/2017/WD-css-images-4-20170413/">13 April 2017</a> Working Draft</h3>
25002495

25012496
<!-- to 18 Jan 2022 -->
2502-
- Added an example of a color hint
2503-
- Fixed typos in examples
2504-
- Defined fetching of external images
2505-
- Added &lt;color-interpolation-method> to all gradient functions
2506-
- Added the -webkit-image-set() alias
2507-
- Clarified the image-resolution property
2508-
- Added type() to image-set()
2509-
- Added &lt;element()> to &lt;image> data type
2497+
- Added <<1d-image>> data type and ''stripes()'' function.
2498+
- Pulled definition of ''image-set()'' from [[css-images-3]] and:
2499+
- Added ''type()'' to ''image-set()''.
2500+
(<a href="https://github.com/w3c/csswg-drafts/issues/656">Issue 656</a>)
2501+
- Added the ''-webkit-image-set()'' compatibility alias.
2502+
(<a href="https://github.com/w3c/csswg-drafts/issues/6285">Issue 6285</a>)
2503+
- Pulled definition of ''cross-fade()'' from [[css-images-3]] and:
2504+
* Clarifed that ''cross-fade()'' takes 1+ arguments.
2505+
* Defined sizing and painting of the new function arguments in detail.
2506+
* Fixed incorrect definition of ''cross-fade()'' image blending.
2507+
- Added <<element()>> to <<image>> data type.
2508+
- Fixed <code>elementSources</code> IDL definition.
2509+
- Fixed grammar error requiring color stop positions to be mandatory.
2510+
(<a href="https://github.com/w3c/csswg-drafts/issues/1334">Issue 1334</a>)
2511+
- Added <<color-interpolation-method>> to all gradient functions.
2512+
(Issues <a href="https://github.com/w3c/csswg-drafts/issues/6094">6094</a>,
2513+
<a href="https://github.com/w3c/csswg-drafts/issues/6667">6667</a>)
2514+
- Clarified the 'image-resolution' property
2515+
* Fixed Animation Type lines of 'object-fit' and 'image-resolution' use discrete animation.
2516+
* Properly specified behavior of ''image()'' when it contains only a URL, and that URL is invalid/loading.
2517+
- Copied definition of loading image from [[css3-images]]
2518+
- Defined [[#fetching-images]].
2519+
(<a href="https://github.com/w3c/csswg-drafts/issues/562">Issue 562</a>,
2520+
<a href="https://github.com/w3c/csswg-drafts/pull/6715">Pull Request 6715</a>)
25102521
- Defined image replacement case of loading images
25112522
- Copied definition of computed &lt;image> from [[css3-images]]
2512-
- Backported the editorial changes about color stops from [[css3-images]]
2513-
- Properly specified behavior of image() when it contains only a URL, and that URL is invalid/loading.
2514-
- copied definition of loading image from [[css3-images]]
2515-
- Rewrote the color-stops section for better clarity
2516-
- Added intro text and note talking about color stop lists
2517-
- Switched color-stop grammar to repeat at end for readability
2518-
- Clarified that object-fit and image-resolution use discrete animation
2519-
- Fixed definition of cross-fade() image blending
2520-
- Added &lt;1d-image> data type and stripes() function and added &1d-image> to &lt;image> data type
2523+
- Rewrote the [[#color-stop-syntax]] for better clarity.
25212524
- Moved interpolation of images from [[css3-images]]
2522-
- Clarifed that cross-fade() takes 1+ arguments. Defined sizing and painting of the new function arguments in detail.
2523-
- Moved cross-fade() from [[css3-images]]
25242525
- Dropped "Media:" entry from propdef tables
25252526
- Changed IDL partial interface to a namespace
25262527
- Clarified unitless zero
25272528
- Made scale-down a flag for cover/contain
25282529
- Renamed module, shorter name
2529-
- Moved image-set() from [[css3-images]]
25302530
- Added new examples, corrected incorrect examples
2531-
- Assorted markup fixes, corrections to property syntaxes, inline issues, spelling corrections, and minor editorial refinements
2531+
- Assorted markup fixes, corrections to property syntaxes, inline issues, spelling corrections, and minor editorial refinements.
25322532

25332533
<h3 class="no-num" id="changes-20120911">
25342534
Changes Since the <a href="https://www.w3.org/TR/2012/WD-css4-images-20120911/">11 September 2012 Working Draft</a></h3>

0 commit comments

Comments
 (0)