csswg/css3-images Overview.html,1.264,1.265 Overview.src.html,1.272,1.273

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix example better

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -d -r1.264 -r1.265
--- Overview.html	10 Jan 2012 00:38:24 -0000	1.264
+++ Overview.html	10 Jan 2012 01:01:43 -0000	1.265
@@ -16,7 +16,7 @@
 
    <h1>CSS Image Values and Replaced Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 10 January
+   <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 4 January
     2012</h2>
 
    <dl>
@@ -24,7 +24,7 @@
     <!--<dd><a href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>-->
 
     <dd><a
-     href="http://www.w3.org/TR/2012/WD-css3-images-20120110/">http://www.w3.org/TR/2012/WD-css3-images-20120110/</a>
+     href="http://www.w3.org/TR/2012/WD-css3-images-20120104/">http://www.w3.org/TR/2012/WD-css3-images-20120104/</a>
      
 
     <dt>Latest Version:
@@ -880,13 +880,9 @@
    dimensions</i></a>.
 
   <div class=example>
-   <p>An image without intrinsic dimensions will always fill its painting
-    area perfectly. For example, if you use a gradient in &lsquo;<code
-    class=property>background-image</code>&rsquo; with &lsquo;<code
-    class=property>background-size</code>&rsquo; and &lsquo;<code
-    class=property>background-clip</code>&rsquo; set to their defaults, the
-    gradient will fill the element's background positioning area (sized to
-    the element's padding box). If &lsquo;<code
+   <p>For example, if you use a gradient as a background, by default the
+    gradient will draw into a <a href="#gradient-box"><i>gradient box</i></a>
+    the size of the element's padding box. If &lsquo;<code
     class=property>background-size</code>&rsquo; is explicitly set to a value
     such as &lsquo;<code class=css>100px 200px</code>&rsquo;, then the <a
     href="#gradient-box"><i>gradient box</i></a> will be 100px wide and 200px

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -d -r1.272 -r1.273
--- Overview.src.html	10 Jan 2012 00:38:24 -0000	1.272
+++ Overview.src.html	10 Jan 2012 01:01:43 -0000	1.273
@@ -491,7 +491,7 @@
 	object size</i>, referred to as the <dfn>gradient box</dfn>.  However, the gradient itself has no <i>intrinsic dimensions</i>.</p>
 
 	<div class='example'>
-		<p>An image without intrinsic dimensions will always fill its painting area perfectly.  For example, if you use a gradient in 'background-image' with 'background-size' and 'background-clip' set to their defaults, the gradient will fill the element's background positioning area (sized to the element's padding box).  If 'background-size' is explicitly set to a value such as ''100px 200px'', then the <i>gradient box</i> will be 100px wide and 200px tall.  Similarly, for a gradient used as a 'list-style-image', the box would be a 1em square, which is the <i>default object size</i> for that property.</p>
+		<p>For example, if you use a gradient as a background, by default the gradient will draw into a <i>gradient box</i> the size of the element's padding box.  If 'background-size' is explicitly set to a value such as ''100px 200px'', then the <i>gradient box</i> will be 100px wide and 200px tall.  Similarly, for a gradient used as a 'list-style-image', the box would be a 1em square, which is the <i>default object size</i> for that property.</p>
 	</div>
 
 <!-- ====================================================================== -->

Received on Tuesday, 10 January 2012 01:01:47 UTC