csswg/css3-images Overview.html,1.120,1.121 Overview.src.html,1.127,1.128

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Updated the "At Risk" section to only target particular object-fit values, not the whole property.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- Overview.html	2 Aug 2011 23:04:19 -0000	1.120
+++ Overview.html	3 Aug 2011 23:22:36 -0000	1.121
@@ -16,13 +16,13 @@
 
    <h1>CSS Image Values and Replaced Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 August 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 August 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2011/ED-css3-images-20110802/">http://www.w3.org/TR/2011/ED-css3-images-20110802/</a>
+     href="http://www.w3.org/TR/2011/ED-css3-images-20110803/">http://www.w3.org/TR/2011/ED-css3-images-20110803/</a>
      
 
     <dt>Latest version:
@@ -83,18 +83,7 @@
    properties used to control the interaction of replaced content and the CSS
    layout algorithms. These properties can affect the used image resolution
    for bitmaps, the replaced object's orientation, and whether and how to
-   preserve the object's aspect ratio.
-
-  <p>The following properties and values are &lsquo;<code
-   class=property>at-risk</code>&rsquo;, which means they may be removed from
-   this specification if they do not achieve two interoperable
-   implementations in a reasonable amount of time:
-
-  <ol>
-   <li>The element() function
-
-   <li>The object-fit and object-position properties
-  </ol>
+   preserve the object's aspect ratio.</p>
   <!-- ====================================================================== -->
 
   <h2 class="no-num no-toc" id=status> Status of this document</h2>
@@ -131,6 +120,14 @@
    href="/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the
    W3C Patent Policy</a>.</p>
   <!--end-status-->
+
+  <p>The following features are at risk:
+
+  <ol>
+   <li>The element() function
+
+   <li>The "none" and "scale-down" values for object-fit
+  </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.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- Overview.src.html	2 Aug 2011 23:04:19 -0000	1.127
+++ Overview.src.html	3 Aug 2011 23:22:36 -0000	1.128
@@ -55,20 +55,20 @@
 	the replaced object's orientation, and whether and how to preserve
 	the object's aspect ratio.</p>
 
-	<p>The following properties and values are 'at-risk', which means they may be removed from this specification if they do not achieve two interoperable implementations in a reasonable amount of time:</p>
-
-	<ol>
-		<li>The element() function</li>
-
-		<li>The object-fit and object-position properties</li>
-	</ol>
-
 <!-- ====================================================================== -->
 
 <h2 class="no-num no-toc" id="status">
 Status of this document</h2>
 <!--status-->
 
+	<p>The following features are at risk:</p>
+
+	<ol>
+		<li>The element() function</li>
+
+		<li>The "none" and "scale-down" values for object-fit</li>
+	</ol>
+
 <!-- ====================================================================== -->
 
 <h2 class="no-num no-toc" id="contents">

Received on Wednesday, 3 August 2011 23:22:39 UTC