- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Jan 2012 03:51:04 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv25955
Modified Files:
Overview.html Overview.src.html
Log Message:
Fold in commented-out text for ISSUE-211 <http://lists.w3.org/Archives/Public/www-style/2011Aug/0175.html>
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.html,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -d -r1.264 -r1.265
--- Overview.html 18 Jan 2012 03:48:47 -0000 1.264
+++ Overview.html 18 Jan 2012 03:51:01 -0000 1.265
@@ -1539,15 +1539,11 @@
failing that, treating it as 100%.
<p>If both values are ‘<code class=css>auto</code>’ then the
- intrinsic width and/or height of the image should be used, if
- any<!--, the missing dimension
- (if any) behaving as ''auto'' as described above-->.
- If the image has neither an intrinsic width nor an intrinsic height, its
- size is determined as for ‘<code class=css>contain</code>’.
- <span class=issue><a
- href="http://www.w3.org/Style/CSS/Tracker/issues/211">ISSUE-211</a>
- proposed text: If the image has an intrinsic width or intrinsic height,
- but not both, the other dimension is treated as 100%.</span>
+ intrinsic width and/or height of the image should be used, if any, the
+ missing dimension (if any) behaving as ‘<code
+ class=css>auto</code>’ as described above. If the image has
+ neither an intrinsic width nor an intrinsic height, its size is
+ determined as for ‘<code class=css>contain</code>’.
<p>Negative values are not allowed.
</dl>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -d -r1.278 -r1.279
--- Overview.src.html 18 Jan 2012 03:48:47 -0000 1.278
+++ Overview.src.html 18 Jan 2012 03:51:02 -0000 1.279
@@ -1012,17 +1012,11 @@
treating it as 100%.
<p>If both values are ''auto'' then the intrinsic width and/or
- height of the image should be used, if any<!--, the missing dimension
- (if any) behaving as ''auto'' as described above-->. If the image has
+ height of the image should be used, if any, the missing dimension
+ (if any) behaving as ''auto'' as described above. If the image has
neither an intrinsic width nor an intrinsic height, its size is
determined as for ''contain''.
- <span class=issue><a
- href="http://www.w3.org/Style/CSS/Tracker/issues/211"
- >ISSUE-211</a> proposed text: If the image has an intrinsic width
- or intrinsic height, but not both, the other dimension is treated
- as 100%.</span>
-
<p>Negative values are not allowed.
</dd>
</dl>
Received on Wednesday, 18 January 2012 03:51:12 UTC