Skip to content

Commit 3752d09

Browse files
committed
[css-images-4] Update Changes list
1 parent c5a7edb commit 3752d09

File tree

1 file changed

+58
-36
lines changed

1 file changed

+58
-36
lines changed

css-images-4/Overview.bs

Lines changed: 58 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2481,54 +2481,76 @@ Appendix A: Deprecated Features and Aliases</h2>
24812481
Privacy Considerations {#privacy}
24822482
=================================
24832483

2484-
Note: No change from [[css3-images]].
2484+
Note: No change from [[css-images-3]].
24852485

24862486
Security Considerations {#security}
24872487
===================================
24882488

2489-
Note: No change from [[css3-images]].
2489+
Note: No change from [[css-images-3]].
24902490

24912491
Changes {#changes}
24922492
==================
24932493

2494-
<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>
2494+
<h3 class="no-num" id="changes-20170413">
2495+
Changes Since the <a href="https://www.w3.org/TR/2017/WD-css-images-4-20170413/">13 April 2017</a> Working Draft</h3>
24952496

2496-
<!-- to 18 Jan 2022 -->
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:
2497+
* Major editorial rewrite of [[#gradient-colors]].
2498+
* Added new <<image-1D>> data type and ''stripes()'' function.
2499+
(<a href="https://github.com/w3c/csswg-drafts/issues/2532">Issue 2532</a>)
2500+
* Added <<color-interpolation-method>> to all gradient functions.
2501+
(Issues <a href="https://github.com/w3c/csswg-drafts/issues/6094">6094</a>,
2502+
<a href="https://github.com/w3c/csswg-drafts/issues/6667">6667</a>)
2503+
* Added new 'object-view-box' property.
2504+
(<a href="https://github.com/w3c/csswg-drafts/issues/7058">Issue 7058</a>)
2505+
* Pulled definition of ''image-set()'' from [[css-images-3]] and:
2506+
* Added ''type()'' to ''image-set()''.
2507+
(<a href="https://github.com/w3c/csswg-drafts/issues/656">Issue 656</a>)
2508+
* Added the ''-webkit-image-set()'' compatibility alias.
2509+
(<a href="https://github.com/w3c/csswg-drafts/issues/6285">Issue 6285</a>)
2510+
* Pulled definition of ''cross-fade()'' from [[css-images-3]] and:
25042511
* Clarifed that ''cross-fade()'' takes 1+ arguments.
2512+
* Updated to allow mixing colors as well as images.
25052513
* Defined sizing and painting of the new function arguments in detail.
25062514
* 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>)
2521-
- Defined image replacement case of loading images
2522-
- Copied definition of computed &lt;image> from [[css3-images]]
2523-
- Rewrote the [[#color-stop-syntax]] for better clarity.
2524-
- Moved interpolation of images from [[css3-images]]
2525-
- Dropped "Media:" entry from propdef tables
2526-
- Changed IDL partial interface to a namespace
2527-
- Clarified unitless zero
2528-
- Made scale-down a flag for cover/contain
2529-
- Renamed module, shorter name
2530-
- Added new examples, corrected incorrect examples
2531-
- Assorted markup fixes, corrections to property syntaxes, inline issues, spelling corrections, and minor editorial refinements.
2515+
* Add issue about computation planned simplification and comparison.
2516+
(<a href="https://github.com/w3c/csswg-drafts/issues/2852">Issue 2852</a>)
2517+
2518+
(<a href='https://lists.w3.org/Archives/Public/www-style/2018Jul/0024.html'>Minutes</a>,
2519+
<a href="https://github.com/w3c/csswg-drafts/commit/ab20b4cbccf41db8e61850f58b2f1c1afc6ec66a">Changeset</a>)
2520+
2521+
* Pulled [[#interpolation|interpolation]] and [[#serialization|serialization]] of images from [[css-images-3]].
2522+
* Defined that image metadata placed after the image data should be ignored, see [[css-images-3#url-metadata]].
2523+
(<a href="https://github.com/w3c/csswg-drafts/issues/4929">Issue 4929</a>)
2524+
* Defined image loading.
2525+
(<a href='https://github.com/w3c/csswg-drafts/issues/1984'>Issue 1984</a>)
2526+
* Copied definition of [=loading image=] from [[css-images-3]].
2527+
* Integrated loading and error handling into ''image()'' behavior.
2528+
* Explicitly allow UA to render the old image while a new image loads in to replace another.
2529+
* Properly defined [[#fetching-images]].
2530+
(<a href="https://github.com/w3c/csswg-drafts/issues/562">Issue 562</a>,
2531+
<a href="https://github.com/w3c/csswg-drafts/pull/6715">Pull Request 6715</a>)
2532+
* Updated {{CSS}} interface to a namespace.
2533+
(<a href="https://github.com/w3c/csswg-drafts/pull/437">Issue 437</a>)
2534+
* Allowed unitless zero to represent <<angle>> values in ''conic-gradient()''.
2535+
(<a href="https://github.com/w3c/csswg-drafts/issues/1162">Issue 1162</a>,
2536+
<a href="https://github.com/w3c/csswg-drafts/commit/edb0b3090bdd73abb765023475e58afe52c701b9">Changes</a>)
2537+
* Allowed ''scale-down'' to be combined with other values in 'object-fit'.
2538+
(<a href="https://github.com/w3c/csswg-drafts/issues/1578">Issue 1578</a>)
2539+
* Added missing <<element()>> to <<image>> data type.
2540+
(<a href="https://github.com/w3c/csswg-drafts/issues/5170">issue 5170</a>)
2541+
* Fixed <code>elementSources</code> IDL definition.
2542+
* Fixed grammar error requiring color stop positions to be mandatory.
2543+
(<a href="https://github.com/w3c/csswg-drafts/issues/1334">Issue 1334</a>)
2544+
* Updated property definition tables to:
2545+
* Align “Computed Value” and “Animation Type” lines across modules, tighten wording, and correct errors.
2546+
* Use the new [=CSS bracketed range notation=] where appropriate.
2547+
* Drop “Media” lines.
2548+
* Updated terminology wrt [=natural sizes=] and [=intrinsic sizes=].
2549+
(<a href="https://github.com/w3c/csswg-drafts/issues/4961">Issue 4961</a>)
2550+
* Copied over definition of computed <<image>> from [[css-images-3]].
2551+
(<a href="https://github.com/w3c/csswg-drafts/issues/4042">Issue 4042</a>)
2552+
* Assorted markup fixes, corrections to property syntaxes, inline issues, spelling corrections, example fixes and improvements, and minor editorial refinements.
2553+
* Shortened module title.
25322554

25332555
<h3 class="no-num" id="changes-20120911">
25342556
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)