csswg/css3-images Overview.html,1.63,1.64 Overview.src.html,1.64,1.65

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Preparing draft for WD publication, so removing some recently-added values in object-fit.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- Overview.html	8 Feb 2011 22:21:33 -0000	1.63
+++ Overview.html	8 Feb 2011 22:41:22 -0000	1.64
@@ -1633,7 +1633,7 @@
       <tr>
        <th>Value:
 
-       <td>fill | contain | cover | none | scale-down
+       <td>fill | contain | cover
 
       <tr>
        <th>Initial:
@@ -1731,23 +1731,21 @@
        the smallest size such that the width of the contents is greater than
        or equal to the used width of the box and the height of the contents
        is greater than or equal to the height of the box.</p>
-
-     <dt>none
-
-     <dd>
-      <p>Determine the used &lsquo;<code class=property>height</code>&rsquo;
-       and &lsquo;<code class=property>width</code>&rsquo; <a
-       href="/TR/CSS21/visudet.html">as usual</a>. If the content has an
-       intrinsic height and width, do not scale it. Otherwise, this value
-       must be treated as &lsquo;<code class=css>fill</code>&rsquo;.</p>
-
-     <dt>scale-down <b class=issue>better name?</b>
-
-     <dd>
-      <p>This value must act identically to &lsquo;<code
-       class=css>none</code>&rsquo; or &lsquo;<code
-       class=css>contain</code>&rsquo;, whichever would make the contents
-       smaller.</p>
+     </dd>
+     <!-- Commented out for WD publication
+			<dt>none</dt>
+			<dd>
+				<p>Determine the used &lsquo;<code class=property>height</code>&rsquo; and &lsquo;<code class=property>width</code>&rsquo; <a href="/TR/CSS21/visudet.html">as
+				usual</a>.  If the content has an intrinsic height and width, do not
+				scale it.  Otherwise, this value must be treated as &lsquo;<code class=css>fill</code>&rsquo;.</p>
+			</dd>
+
+			<dt>scale-down <b class=issue>better name?</b></dt>
+			<dd>
+				<p>This value must act identically to &lsquo;<code class=css>none</code>&rsquo; or &lsquo;<code class=css>contain</code>&rsquo;, whichever 
+				would make the contents smaller.</p>
+			</dd>
+-->
     </dl>
 
     <p>The &lsquo;<code class=property>overflow</code>&rsquo; property
@@ -1775,6 +1773,13 @@
      class=property>object-fit</code></a>&rsquo; property has similar
      semantics to the fit attribute in <a href="#SMIL10"
      rel=biblioentry>[SMIL10]<!--{{SMIL10}}--></a>.</p>
+
+    <p>User agents MAY accept &lsquo;<code
+     class=property>image-fit</code>&rsquo; as an alias for &lsquo;<a
+     href="#object-fit0"><code class=property>object-fit</code></a>&rsquo;,
+     as a previous version of this specification used that name. Authors must
+     not use &lsquo;<code class=property>image-fit</code>&rsquo; in their
+     stylesheets.</p>
    </div>
 
    <div>
@@ -1838,6 +1843,13 @@
 
     <p class=note>Note that areas of the box not covered by the replaced
      element will show the element's background.</p>
+
+    <p>User agents MAY accept &lsquo;<code
+     class=property>image-position</code>&rsquo; as an alias for &lsquo;<a
+     href="#object-position0"><code
+     class=property>object-position</code></a>&rsquo;, as a previous version
+     of this specification used that name. Authors must not use &lsquo;<code
+     class=property>image-position</code>&rsquo; in their stylesheets.</p>
    </div>
   </div>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- Overview.src.html	3 Feb 2011 20:10:11 -0000	1.64
+++ Overview.src.html	8 Feb 2011 22:41:22 -0000	1.65
@@ -1165,7 +1165,7 @@
 				<td><dfn>object-fit</dfn>
 			<tr>
 				<th>Value:
-				<td>fill | contain | cover | none | scale-down
+				<td>fill | contain | cover
 			<tr>
 				<th>Initial:
 				<td>fill
@@ -1225,6 +1225,7 @@
 				usual</a>, except if both 'height' and 'width' are ''auto'', and the used value
 				of at least one of 'min-width' and 'min-height' is not ''0'', then compute the
 
+
 				used width and used height of the element as though the intrinsic dimensions of
 				the contents were infinitesimally small numbers whose ratio is the actual
 				intrinsic ratio of the contents.</p>
@@ -1233,7 +1234,7 @@
 				the used width of the box and the height of the contents is greater than or
 				equal to the height of the box.</p>
 			</dd>
-
+<!-- Commented out for WD publication
 			<dt>none</dt>
 			<dd>
 				<p>Determine the used 'height' and 'width' <a href="/TR/CSS21/visudet.html">as
@@ -1246,6 +1247,7 @@
 				<p>This value must act identically to ''none'' or ''contain'', whichever 
 				would make the contents smaller.</p>
 			</dd>
+-->
 		</dl>
 
 		<p>The 'overflow' property determines how to render parts of the replaced
@@ -1265,6 +1267,10 @@
 
 		<p class="note">Note: the 'object-fit' property has similar semantics to
 		the fit attribute in [[SMIL10]].</p>
+
+		<p>User agents MAY accept 'image-fit' as an alias for 'object-fit', as a
+		previous version of this specification used that name.  Authors must not
+		use 'image-fit' in their stylesheets.</p>
 	</div>
 
 	<div>
@@ -1306,6 +1312,10 @@
 
 		<p class="note">Note that areas of the box not covered by the replaced
 		element will show the element's background.</p>
+
+		<p>User agents MAY accept 'image-position' as an alias for 'object-position', as a
+		previous version of this specification used that name.  Authors must not
+		use 'image-position' in their stylesheets.</p>
 	</div>
 </div>
 

Received on Tuesday, 8 February 2011 22:41:26 UTC