csswg/css3-images Overview.html,1.258,1.259 Overview.src.html,1.266,1.267

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Shuffled some text around in gradients to more clearly separate normative and informative statements, per Leif's suggestion.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- Overview.html	4 Jan 2012 19:35:37 -0000	1.258
+++ Overview.html	5 Jan 2012 16:01:07 -0000	1.259
@@ -16,14 +16,14 @@
 
    <h1>CSS Image Values and Replaced Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 January 2012</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 January 2012</h2>
 
    <dl>
     <dt>This Version:
 
     <dd><a
      href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
[...3518 lines suppressed...]
+      <td>Initial:
 
-     <td>Applies to:
+      <td>Applies to:
 
-     <td>Inherited:
+      <td>Inherited:
 
-     <td>Percentages:
+      <td>Percentages:
 
-     <td>Media:
-  </table>
-  <!--end-properties-->
+      <td>Media:
+   </table>
+   <!--end-properties--></div>
 </html>
 <!-- Keep this comment at the end of the file
 Local variables:

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -d -r1.266 -r1.267
--- Overview.src.html	4 Jan 2012 19:35:37 -0000	1.266
+++ Overview.src.html	5 Jan 2012 16:01:07 -0000	1.267
@@ -481,14 +481,12 @@
 	</div>
 
 	<p>A gradient is drawn into a box with the dimensions of the <i>concrete
-	object size</i>, referred to as the <dfn>gradient box</dfn>.</p>
+	object size</i>, referred to as the <dfn>gradient box</dfn>.  However, the gradient itself has no <i>intrinsic dimensions</i>.</p>
 
-	<p>A gradient has no <i>intrinsic dimensions</i>.  This means that, for
-	example, if you use a gradient in the 'background-image' property (with
-	'background-size' at the default value and 'background-repeat' not equal to 
-	'round'), the box will simply be the size of the background sizing 
-	area. Similarly, for a gradient used as a list-style-image, the box
-	would be a 1em square.
+	<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' set to its default, the gradient will fill 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.</p>
+
+		<p>If 
 
 <!-- ====================================================================== -->
 

Received on Thursday, 5 January 2012 16:03:12 UTC