- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Dec 2011 08:32:56 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv21555
Modified Files:
Overview.html Overview.src.html
Log Message:
Use more precise terminology for 'object-fit'
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -d -r1.243 -r1.244
--- Overview.html 5 Dec 2011 08:23:47 -0000 1.243
+++ Overview.html 5 Dec 2011 08:32:54 -0000 1.244
@@ -1807,8 +1807,8 @@
class=property>object-fit</code></a>’ property specifies how the
contents of a replaced element should be scaled relative to the box
established by its used height and width. It also enables scaling a
- replaced element's contents up to a specified maximum size or down to a
- specified minimum size while preserving its aspect ratio.
+ replaced element up to a specified maximum size or down to a specified
+ minimum size while preserving its aspect ratio.
<p>Not all replaced elements can be scaled, but images typically can.
@@ -1829,7 +1829,8 @@
href="#default-object-size"><i>default object size</i></a> equal to the
replaced element's used width and height.</p>
- <p>This will make the contents exactly fill the replaced element's box.</p>
+ <p>This will make the contents exactly fill the replaced element's
+ content box.</p>
<dt>contain
@@ -1890,7 +1891,8 @@
<dd>
<p>Size the content as if ‘<code class=css>none</code>’ or
‘<code class=css>contain</code>’ were specified, whichever
- would result in a smaller size.</p>
+ would result in a smaller <a href="#concrete-object-size"><i>concrete
+ object size</i></a>.</p>
<p class=note>Note that both ‘<code class=css>none</code>’
and ‘<code class=css>contain</code>’ respect the content's
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -d -r1.250 -r1.251
--- Overview.src.html 5 Dec 2011 08:23:47 -0000 1.250
+++ Overview.src.html 5 Dec 2011 08:32:54 -0000 1.251
@@ -1174,8 +1174,8 @@
<p>The 'object-fit' property specifies how the contents of a replaced element
should be scaled relative to the box established by its used height and width.
- It also enables scaling a replaced element's contents up to a specified maximum
- size or down to a specified minimum size while preserving its aspect ratio.</p>
+ It also enables scaling a replaced element up to a specified maximum size
+ or down to a specified minimum size while preserving its aspect ratio.</p>
<p>Not all replaced elements can be scaled, but images typically can.</p>
@@ -1191,7 +1191,8 @@
a <i>specified size</i> and a <i>default object size</i> equal to the
replaced element's used width and height.</p>
- <p>This will make the contents exactly fill the replaced element's box.</p>
+ <p>This will make the contents exactly fill the replaced element's
+ content box.</p>
</dd>
<dt>contain</dt>
@@ -1237,7 +1238,7 @@
<dt>scale-down</dt>
<dd>
<p>Size the content as if ''none'' or ''contain'' were specified, whichever
- would result in a smaller size.</p>
+ would result in a smaller <i>concrete object size</i>.</p>
<p class=note>Note that both ''none'' and ''contain'' respect the content's
intrinsic aspect ratio, so the concept of "smaller" is well-defined.</p>
Received on Monday, 5 December 2011 08:32:58 UTC