csswg/css3-images Overview.html,1.101,1.102 Overview.src.html,1.105,1.106

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed reference in gradients to "CSS View Box" to instead refer to "concrete object size"


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- Overview.html	23 May 2011 23:06:05 -0000	1.101
+++ Overview.html	24 May 2011 20:58:24 -0000	1.102
@@ -20,7 +20,7 @@
 
    <h1>CSS Image Values and Replaced Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 May 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 May 2011</h2>
 
    <dl>
     <dt>Latest Version:
@@ -708,11 +708,14 @@
 
   <p class=note>In many places this section references a box, such as "the
    box's top-left corner" or "the box's right side". In all of these
-   circumstances, the "box" refers to the &lsquo;<code class=css>CSS View
-   Box</code>&rsquo; (see the "Sizing Images and Objects in CSS" section of
-   this spec for clarification). A gradient has no intrinsic dimensions. This
-   means that, for example, if you use a gradient in a &lsquo;<code
-   class=property>background-image</code>&rsquo;, the "box" will simply be
+   circumstances, the "box" refers to a rectangle with the dimensions of the
+   <a href="#concrete-object-size"><i>concrete object size</i></a>. A
+   gradient has no intrinsic dimensions. This means that, for example, if you
+   use a gradient in the &lsquo;<code
+   class=property>background-image</code>&rsquo; property (with &lsquo;<code
+   class=property>background-size</code>&rsquo; at the default value and
+   &lsquo;<code class=property>background-repeat</code>&rsquo; not equal to
+   &lsquo;<code class=property>round</code>&rsquo;), the "box" will simply be
    the size of the background sizing area. If you use a gradient in a
    list-style-image, the "box" will be a 1em square.</p>
   <!-- ====================================================================== -->

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- Overview.src.html	23 May 2011 23:06:06 -0000	1.105
+++ Overview.src.html	24 May 2011 20:58:24 -0000	1.106
@@ -465,10 +465,10 @@
 
 	<p class=note>In many places this section references a box, such as "the box's 
 	top-left corner" or "the box's right side".  In all of these circumstances, 
-	the "box" refers to the 'CSS View Box' (see the "Sizing Images and Objects in 
-	CSS" section of this spec for clarification).  A gradient has no intrinsic 
-	dimensions.  This means that, for example, if you use a gradient in a 
-	'background-image', the "box" will simply be the size of the background sizing 
+	the "box" refers to a rectangle with the dimensions of the <i>concrete object size</i>. 
+	 A gradient has no intrinsic dimensions.  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.  If you use a gradient in a list-style-image, the "box" will be a 1em 
 	square.</p>
 

Received on Tuesday, 24 May 2011 20:58:28 UTC