Skip to content

Commit 0de3d95

Browse files
committed
Added "changes since last WD" section to the spec, in preparation for a new WD.
1 parent beba04a commit 0de3d95

2 files changed

Lines changed: 224 additions & 1 deletion

File tree

css3-images/Overview.html

Lines changed: 141 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<h1>CSS Image Values and Replaced Content Module Level 3</h1>
2222

23-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 July 2011</h2>
23+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 July 2011</h2>
2424

2525
<dl>
2626
<dt>Latest Version:
@@ -244,6 +244,9 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
244244
Interpolating <i>&lt;gradient></i></a>
245245
</ul>
246246

247+
<li class=no-num><a href="#changes">Changes Since the 17 February 2011
248+
Working Draft</a>
249+
247250
<li class=no-num><a href="#acknowledgments">Acknowledgments</a>
248251

249252
<li class=no-num><a href="#references">References</a>
@@ -2409,6 +2412,143 @@ <h3 id=interpolating-gradients><span class=secno>9.3. </span> Interpolating
24092412
<!-- ====================================================================== -->
24102413
</ul>
24112414

2415+
<h2 class=no-num id=changes>Changes Since the 17 February 2011 Working
2416+
Draft</h2>
2417+
2418+
<p>The following changes were made to this specification since the <a
2419+
href="http://www.w3.org/TR/2011/WD-css3-images-20110217/">17 February 2011
2420+
Working Draft</a>:
2421+
2422+
<dl>
2423+
<dt><a
2424+
href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#resolution-units">3.
2425+
Resolution Units</a>
2426+
2427+
<dd>
2428+
<ul>
2429+
<li>Defined the resolution unit more precisely. In particular, clarified
2430+
what it means for a vector image.
2431+
</ul>
2432+
2433+
<dt><a
2434+
href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#image-notation">4.2.
2435+
Image Fallbacks: the &lsquo;<code class=css>image()</code>&rsquo;
2436+
notation</a>
2437+
2438+
<dd>
2439+
<ul>
2440+
<li>Simplified the ultimate fallback back to just &lt;color>, as that
2441+
was the ultimate point - when you absolutely can't display an image,
2442+
you may still need to display a color for constrast purposes.
2443+
2444+
<li>Dropped the &lt;url-token> production for the non-ultimate
2445+
arguments. This was fundamentally ambiguous with the keywords, and is
2446+
unnecessary complexity.
2447+
2448+
<li>Added the ability to declare the directionality of an image, so it's
2449+
automatically inline-direction flipped when placed in an
2450+
opposite-directional context.
2451+
2452+
<li>Added a requirement that impls must support the #xywh form of Media
2453+
Queries as part of image() support.
2454+
</ul>
2455+
2456+
<dt><a
2457+
href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#cross-fade-function">4.4.
2458+
Combining Images: The &lsquo;<code class=css>cross-fade()</code>&rsquo;
2459+
notation</a>
2460+
2461+
<dd>
2462+
<ul>
2463+
<li>Defined the algorithm formally in PD terms.
2464+
2465+
<li>Changed the compositing operation from "over" to "plus".
2466+
</ul>
2467+
2468+
<dt><a
2469+
href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#linear-gradients">5.1.
2470+
Linear Gradients</a>
2471+
2472+
<dd>
2473+
<ul>
2474+
<li>Changed the meaning of angles in the first argument to being bearing
2475+
angles.
2476+
</ul>
2477+
2478+
<dt><a
2479+
href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#repeating-gradients">5.3.
2480+
Repeating Gradients</a>
2481+
2482+
<dd>
2483+
<ul>
2484+
<li>Changed the results of a degenerate repeating gradient (where the
2485+
first and last stop have the same position). Previously, it generated a
2486+
solid-color image matching the last color-stop. Now, it moves the last
2487+
color-stop to be 1px away from the first. This was done so that
2488+
repeating gradients had continuous behavior.
2489+
</ul>
2490+
2491+
<dt><a
2492+
href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#object-fit">6.4.
2493+
Sizing Objects: The &lsquo;<code class=property>object-fit</code>&rsquo;
2494+
property</a>
2495+
2496+
<dd>
2497+
<ul>
2498+
<li>Added &lsquo;<code class=property>none</code>&rsquo; and
2499+
&lsquo;<code class=property>scale-down</code>&rsquo; values.
2500+
2501+
<li>Specified that contents are always clipped, and &lsquo;<code
2502+
class=property>overflow</code>&rsquo; on the element has no effect.
2503+
</ul>
2504+
2505+
<dt><a
2506+
href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#image-resolution">7.
2507+
Overriding Image Resolutions: the &lsquo;<code
2508+
class=property>image-resolution</code>&rsquo; property</a>
2509+
2510+
<dd>
2511+
<ul>
2512+
<li>Specified that image-resolution works on *all* the images for the
2513+
element it's specified on, both the content of replaced elements and
2514+
the various &lt;image>-using properties.
2515+
</ul>
2516+
2517+
<dt><a
2518+
href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#image-rendering">9.
2519+
Determining How to Scale an Image: The &lsquo;<code
2520+
class=property>image-rendering</code>&rsquo; Property</a>
2521+
2522+
<dd>
2523+
<ul>
2524+
<li>Changed the &lsquo;<code
2525+
class=property>optimize-contrast</code>&rsquo; value to &lsquo;<code
2526+
class=property>crisp-edges</code>&rsquo;, and rewrote the description
2527+
slightly to reduce confusion in what it does.
2528+
</ul>
2529+
2530+
<dt><a
2531+
href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#interpolation">11.
2532+
Interpolation</a>
2533+
2534+
<dd>
2535+
<ul>
2536+
<li>Added special rules for interpolating cross-fade(), to avoid nested
2537+
cross-fade()s when possible.
2538+
</ul>
2539+
2540+
<dt><a
2541+
href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#interpolating-gradients">11.2.
2542+
Interpolating &lt;gradient></a>
2543+
2544+
<dd>
2545+
<ul>
2546+
<li>Fixed a bug in interpolation so transitioning between linear
2547+
gradients specified with keywords takes the shortest path.
2548+
</ul>
2549+
</dl>
2550+
<!-- ====================================================================== -->
2551+
24122552
<h2 class=no-num id=acknowledgments>Acknowledgments</h2>
24132553

24142554
<h2 class=no-num id=references>References</h2>

css3-images/Overview.src.html

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1909,6 +1909,89 @@ <h3 id='interpolating-gradients'>
19091909

19101910
<!-- ====================================================================== -->
19111911

1912+
<h2 class="no-num" id="changes">Changes Since the 17 February 2011 Working Draft</h2>
1913+
1914+
<p>The following changes were made to this specification since the <a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/">17 February 2011 Working Draft</a>:</p>
1915+
1916+
<dl>
1917+
<dt><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#resolution-units">3. Resolution Units</a></dt>
1918+
<dd>
1919+
<ul>
1920+
<li>Defined the resolution unit more precisely. In particular, clarified what it means for a vector image.</li>
1921+
</ul>
1922+
</dd>
1923+
1924+
<dt><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#image-notation">4.2. Image Fallbacks: the 'image()' notation</a></dt>
1925+
<dd>
1926+
<ul>
1927+
<li>Simplified the ultimate fallback back to just &lt;color>, as that was the ultimate point - when you absolutely can't display an image, you may still need to display a color for constrast purposes.</li>
1928+
<li>Dropped the &lt;url-token> production for the non-ultimate arguments. This was fundamentally ambiguous with the keywords, and is unnecessary complexity.</li>
1929+
<li>Added the ability to declare the directionality of an image, so it's automatically inline-direction flipped when placed in an opposite-directional context.</li>
1930+
<li>Added a requirement that impls must support the #xywh form of Media Queries as part of image() support.</li>
1931+
</ul>
1932+
</dd>
1933+
1934+
<dt><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#cross-fade-function">4.4. Combining Images: The 'cross-fade()' notation</a></dt>
1935+
<dd>
1936+
<ul>
1937+
<li>Defined the algorithm formally in PD terms.</li>
1938+
<li>Changed the compositing operation from "over" to "plus".</li>
1939+
</ul>
1940+
</dd>
1941+
1942+
<dt><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#linear-gradients">5.1. Linear Gradients</a></dt>
1943+
<dd>
1944+
<ul>
1945+
<li>Changed the meaning of angles in the first argument to being bearing angles.</li>
1946+
</ul>
1947+
</dd>
1948+
1949+
<dt><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#repeating-gradients">5.3. Repeating Gradients</a></dt>
1950+
<dd>
1951+
<ul>
1952+
<li>Changed the results of a degenerate repeating gradient (where the first and last stop have the same position). Previously, it generated a solid-color image matching the last color-stop. Now, it moves the last color-stop to be 1px away from the first. This was done so that repeating gradients had continuous behavior.</li>
1953+
</ul>
1954+
</dd>
1955+
1956+
<dt><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#object-fit">6.4. Sizing Objects: The 'object-fit' property</a></dt>
1957+
<dd>
1958+
<ul>
1959+
<li>Added 'none' and 'scale-down' values.</li>
1960+
<li>Specified that contents are always clipped, and 'overflow' on the element has no effect.</li>
1961+
</ul>
1962+
</dd>
1963+
1964+
<dt><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#image-resolution">7. Overriding Image Resolutions: the 'image-resolution' property</a></dt>
1965+
<dd>
1966+
<ul>
1967+
<li>Specified that image-resolution works on *all* the images for the element it's specified on, both the content of replaced elements and the various &lt;image>-using properties.</li>
1968+
</ul>
1969+
</dd>
1970+
1971+
<dt><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#image-rendering">9. Determining How to Scale an Image: The 'image-rendering' Property</a></dt>
1972+
<dd>
1973+
<ul>
1974+
<li>Changed the 'optimize-contrast' value to 'crisp-edges', and rewrote the description slightly to reduce confusion in what it does.</li>
1975+
</ul>
1976+
</dd>
1977+
1978+
<dt><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#interpolation">11. Interpolation</a></dt>
1979+
<dd>
1980+
<ul>
1981+
<li>Added special rules for interpolating cross-fade(), to avoid nested cross-fade()s when possible.</li>
1982+
</ul>
1983+
</dd>
1984+
1985+
<dt><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#interpolating-gradients">11.2. Interpolating &lt;gradient></a></dt>
1986+
<dd>
1987+
<ul>
1988+
<li>Fixed a bug in interpolation so transitioning between linear gradients specified with keywords takes the shortest path.</li>
1989+
</ul>
1990+
</dd>
1991+
</dl>
1992+
1993+
<!-- ====================================================================== -->
1994+
19121995
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
19131996

19141997
<h2 class="no-num" id="references">References</h2>

0 commit comments

Comments
 (0)