csswg/css3-images Overview.html,1.176,1.177 Overview.src.html,1.183,1.184

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Remove the naming issue from 'object-fit:scale-down'.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -d -r1.176 -r1.177
--- Overview.html	3 Oct 2011 22:30:50 -0000	1.176
+++ Overview.html	3 Oct 2011 22:32:01 -0000	1.177
@@ -1723,7 +1723,7 @@
      href="#default-object-size"><i>default object size</i></a> equal to the
      replaced element's used width and height.</p>
 
-   <dt>scale-down <i class=issue>better name?</i>
+   <dt>scale-down
 
    <dd>
     <p>Size the content as if &lsquo;<code class=property>none</code>&rsquo;

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -d -r1.183 -r1.184
--- Overview.src.html	3 Oct 2011 22:30:50 -0000	1.183
+++ Overview.src.html	3 Oct 2011 22:32:01 -0000	1.184
@@ -1145,7 +1145,7 @@
 			the replaced element's used width and height.</p>
 		</dd>
 
-		<dt>scale-down <i class=issue>better name?</i></dt>
+		<dt>scale-down</dt>
 		<dd>
 			<p>Size the content as if 'none' or 'contain' were specified, whichever
 			would result in a smaller size.</p>

Received on Monday, 3 October 2011 22:32:09 UTC