csswg/css3-images Overview.html,1.279,1.280 Overview.src.html,1.289,1.290

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Update the at-risk list per resolution.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -d -r1.279 -r1.280
--- Overview.html	7 Feb 2012 09:18:36 -0000	1.279
+++ Overview.html	7 Feb 2012 15:04:20 -0000	1.280
@@ -163,18 +163,17 @@
   <p>The following features are at risk: &hellip;
 
   <ol>
-   <li>The <a href="#image-notation">image() function</a>
-
-   <li>The <a href="#element-reference">element() function</a>
-
-   <li>The "none" and "scale-down" values for &lsquo;<a
-    href="#object-fit0"><code class=property>object-fit</code></a>&rsquo;
-
-   <li>The &lsquo;<a href="#image-orientation0"><code
-    class=property>image-orientation</code></a>&rsquo; property
+   <li>The <a href="#image-notation">image()</a> and <a
+    href="#element-reference">element()</a> notations
 
-   <li>The "snap" keyword for &lsquo;<a href="#image-resolution0"><code
-    class=property>image-resolution</code></a>&rsquo;
+   <li>The &lsquo;<a href="#object-fit0"><code
+    class=property>object-fit</code></a>&rsquo;, &lsquo;<a
+    href="#object-position0"><code
+    class=property>object-position</code></a>&rsquo;, &lsquo;<a
+    href="#image-orientation0"><code
+    class=property>image-orientation</code></a>&rsquo;, and &lsquo;<a
+    href="#image-resolution0"><code
+    class=property>image-resolution</code></a>&rsquo; properties
   </ol>
 
   <h2 class="no-num no-toc" id=contents>Table of contents</h2>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -d -r1.289 -r1.290
--- Overview.src.html	7 Feb 2012 09:18:37 -0000	1.289
+++ Overview.src.html	7 Feb 2012 15:04:20 -0000	1.290
@@ -68,15 +68,9 @@
 	<p>The following features are at risk: &hellip;
 
 	<ol>
-		<li>The <a href="#image-notation">image() function</a></li>
-
-		<li>The <a href="#element-reference">element() function</a></li>
-
-		<li>The "none" and "scale-down" values for 'object-fit'</li>
-
-		<li>The 'image-orientation' property</li>
+		<li>The <a href="#image-notation">image()</a> and <a href='#element-reference'>element()</a> notations</li>
 
-		<li>The "snap" keyword for 'image-resolution'</li>
+		<li>The 'object-fit', 'object-position', 'image-orientation', and 'image-resolution' properties</li>
 	</ol>
 
 <h2 class="no-num no-toc" id="contents">Table of contents</h2>

Received on Tuesday, 7 February 2012 15:06:31 UTC