- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 Feb 2011 22:41:24 +0000
- To: public-css-commits@w3.org
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 ‘<code class=property>height</code>’ - and ‘<code class=property>width</code>’ <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 ‘<code class=css>fill</code>’.</p> - - <dt>scale-down <b class=issue>better name?</b> - - <dd> - <p>This value must act identically to ‘<code - class=css>none</code>’ or ‘<code - class=css>contain</code>’, whichever would make the contents - smaller.</p> + </dd> + <!-- Commented out for WD publication + <dt>none</dt> + <dd> + <p>Determine the used ‘<code class=property>height</code>’ and ‘<code class=property>width</code>’ <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 ‘<code class=css>fill</code>’.</p> + </dd> + + <dt>scale-down <b class=issue>better name?</b></dt> + <dd> + <p>This value must act identically to ‘<code class=css>none</code>’ or ‘<code class=css>contain</code>’, whichever + would make the contents smaller.</p> + </dd> +--> </dl> <p>The ‘<code class=property>overflow</code>’ property @@ -1775,6 +1773,13 @@ class=property>object-fit</code></a>’ property has similar semantics to the fit attribute in <a href="#SMIL10" rel=biblioentry>[SMIL10]<!--{{SMIL10}}--></a>.</p> + + <p>User agents MAY accept ‘<code + class=property>image-fit</code>’ as an alias for ‘<a + href="#object-fit0"><code class=property>object-fit</code></a>’, + as a previous version of this specification used that name. Authors must + not use ‘<code class=property>image-fit</code>’ 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 ‘<code + class=property>image-position</code>’ as an alias for ‘<a + href="#object-position0"><code + class=property>object-position</code></a>’, as a previous version + of this specification used that name. Authors must not use ‘<code + class=property>image-position</code>’ 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