csswg/css3-images Overview.html,1.109,1.110 Overview.src.html,1.115,1.116

Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv1635

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Added "changes since last WD" section to the spec, in preparation for a new WD.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- Overview.html	1 Jul 2011 23:00:11 -0000	1.109
+++ Overview.html	2 Jul 2011 00:50:27 -0000	1.110
@@ -20,7 +20,7 @@
 
    <h1>CSS Image Values and Replaced Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 July 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 July 2011</h2>
 
    <dl>
     <dt>Latest Version:
@@ -244,6 +244,9 @@
       Interpolating <i>&lt;gradient></i></a>
     </ul>
 
+   <li class=no-num><a href="#changes">Changes Since the 17 February 2011
+    Working Draft</a>
+
    <li class=no-num><a href="#acknowledgments">Acknowledgments</a>
 
    <li class=no-num><a href="#references">References</a>
@@ -2409,6 +2412,143 @@
    <!-- ====================================================================== -->
   </ul>
 
+  <h2 class=no-num id=changes>Changes Since the 17 February 2011 Working
+   Draft</h2>
+
+  <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>:
+
+  <dl>
+   <dt><a
+    href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#resolution-units">3.
+    Resolution Units</a>
+
+   <dd>
+    <ul>
+     <li>Defined the resolution unit more precisely. In particular, clarified
+      what it means for a vector image.
+    </ul>
+
+   <dt><a
+    href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#image-notation">4.2.
+    Image Fallbacks: the &lsquo;<code class=css>image()</code>&rsquo;
+    notation</a>
+
+   <dd>
+    <ul>
+     <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>Dropped the &lt;url-token> production for the non-ultimate
+      arguments. This was fundamentally ambiguous with the keywords, and is
+      unnecessary complexity.
+
+     <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>Added a requirement that impls must support the #xywh form of Media
+      Queries as part of image() support.
+    </ul>
+
+   <dt><a
+    href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#cross-fade-function">4.4.
+    Combining Images: The &lsquo;<code class=css>cross-fade()</code>&rsquo;
+    notation</a>
+
+   <dd>
+    <ul>
+     <li>Defined the algorithm formally in PD terms.
+
+     <li>Changed the compositing operation from "over" to "plus".
+    </ul>
+
+   <dt><a
+    href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#linear-gradients">5.1.
+    Linear Gradients</a>
+
+   <dd>
+    <ul>
+     <li>Changed the meaning of angles in the first argument to being bearing
+      angles.
+    </ul>
+
+   <dt><a
+    href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#repeating-gradients">5.3.
+    Repeating Gradients</a>
+
+   <dd>
+    <ul>
+     <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.
+    </ul>
+
+   <dt><a
+    href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#object-fit">6.4.
+    Sizing Objects: The &lsquo;<code class=property>object-fit</code>&rsquo;
+    property</a>
+
+   <dd>
+    <ul>
+     <li>Added &lsquo;<code class=property>none</code>&rsquo; and
+      &lsquo;<code class=property>scale-down</code>&rsquo; values.
+
+     <li>Specified that contents are always clipped, and &lsquo;<code
+      class=property>overflow</code>&rsquo; on the element has no effect.
+    </ul>
+
+   <dt><a
+    href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#image-resolution">7.
+    Overriding Image Resolutions: the &lsquo;<code
+    class=property>image-resolution</code>&rsquo; property</a>
+
+   <dd>
+    <ul>
+     <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.
+    </ul>
+
+   <dt><a
+    href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#image-rendering">9.
+    Determining How to Scale an Image: The &lsquo;<code
+    class=property>image-rendering</code>&rsquo; Property</a>
+
+   <dd>
+    <ul>
+     <li>Changed the &lsquo;<code
+      class=property>optimize-contrast</code>&rsquo; value to &lsquo;<code
+      class=property>crisp-edges</code>&rsquo;, and rewrote the description
+      slightly to reduce confusion in what it does.
+    </ul>
+
+   <dt><a
+    href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#interpolation">11.
+    Interpolation</a>
+
+   <dd>
+    <ul>
+     <li>Added special rules for interpolating cross-fade(), to avoid nested
+      cross-fade()s when possible.
+    </ul>
+
+   <dt><a
+    href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#interpolating-gradients">11.2.
+    Interpolating &lt;gradient></a>
+
+   <dd>
+    <ul>
+     <li>Fixed a bug in interpolation so transitioning between linear
+      gradients specified with keywords takes the shortest path.
+    </ul>
+  </dl>
+  <!-- ====================================================================== -->
+
   <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
 
   <h2 class=no-num id=references>References</h2>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- Overview.src.html	1 Jul 2011 23:00:11 -0000	1.115
+++ Overview.src.html	2 Jul 2011 00:50:27 -0000	1.116
@@ -1909,6 +1909,89 @@
 
 <!-- ====================================================================== -->
 
+<h2 class="no-num" id="changes">Changes Since the 17 February 2011 Working Draft</h2>
+
+	<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>
+
+	<dl>
+		<dt><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#resolution-units">3. Resolution Units</a></dt>
+		<dd>
+			<ul>
+				<li>Defined the resolution unit more precisely.  In particular, clarified what it means for a vector image.</li>
+			</ul>
+		</dd>
+
+		<dt><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#image-notation">4.2. Image Fallbacks: the 'image()' notation</a></dt>
+		<dd>
+			<ul>
+				<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>
+				<li>Dropped the &lt;url-token> production for the non-ultimate arguments. This was fundamentally ambiguous with the keywords, and is unnecessary complexity.</li>
+				<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>
+				<li>Added a requirement that impls must support the #xywh form of Media Queries as part of image() support.</li>
+			</ul>
+		</dd>
+
+		<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>
+		<dd>
+			<ul>
+				<li>Defined the algorithm formally in PD terms.</li>
+				<li>Changed the compositing operation from "over" to "plus".</li>
+			</ul>
+		</dd>
+
+		<dt><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#linear-gradients">5.1. Linear Gradients</a></dt>
+		<dd>
+			<ul>
+				<li>Changed the meaning of angles in the first argument to being bearing angles.</li>
+			</ul>
+		</dd>
+
+		<dt><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#repeating-gradients">5.3. Repeating Gradients</a></dt>
+		<dd>
+			<ul>
+				<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>
+			</ul>
+		</dd>
+
+		<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>
+		<dd>
+			<ul>
+				<li>Added 'none' and 'scale-down' values.</li>
+				<li>Specified that contents are always clipped, and 'overflow' on the element has no effect.</li>
+			</ul>
+		</dd>
+
+		<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>
+		<dd>
+			<ul>
+				<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>
+			</ul>
+		</dd>
+
+		<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>
+		<dd>
+			<ul>
+				<li>Changed the 'optimize-contrast' value to 'crisp-edges', and rewrote the description slightly to reduce confusion in what it does.</li>
+			</ul>
+		</dd>
+
+		<dt><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#interpolation">11. Interpolation</a></dt>
+		<dd>
+			<ul>
+				<li>Added special rules for interpolating cross-fade(), to avoid nested cross-fade()s when possible.</li>
+			</ul>
+		</dd>
+
+		<dt><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#interpolating-gradients">11.2. Interpolating &lt;gradient></a></dt>
+		<dd>
+			<ul>
+				<li>Fixed a bug in interpolation so transitioning between linear gradients specified with keywords takes the shortest path.</li>
+			</ul>
+		</dd>
+	</dl>
+
+<!-- ====================================================================== -->
+
 <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
 
 <h2 class="no-num" id="references">References</h2>

Received on Saturday, 2 July 2011 00:50:30 UTC