csswg/css3-images Overview.html,1.117,1.118 Overview.src.html,1.123,1.124

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Marked element() and object-* as at-risk.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- Overview.html	2 Aug 2011 20:13:40 -0000	1.117
+++ Overview.html	2 Aug 2011 20:27:00 -0000	1.118
@@ -83,7 +83,18 @@
    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>
+   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>
   <!-- ====================================================================== -->
 
   <h2 class="no-num no-toc" id=status> Status of this document</h2>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- Overview.src.html	2 Aug 2011 20:13:40 -0000	1.123
+++ Overview.src.html	2 Aug 2011 20:27:00 -0000	1.124
@@ -55,6 +55,14 @@
 	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">

Received on Tuesday, 2 August 2011 20:27:02 UTC