csswg/css3-images Overview.html,1.235,1.236 Overview.src.html,1.242,1.243

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
editorial tweak to the single-length note.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -d -r1.235 -r1.236
--- Overview.html	1 Dec 2011 21:16:12 -0000	1.235
+++ Overview.html	1 Dec 2011 22:06:56 -0000	1.236
@@ -1116,11 +1116,11 @@
 
       <p class=note>Note that percentages are <em>not</em> allowed here; they
        can only be used to specify the size of an elliptical gradient, not a
-       circular one. This restriction exists because there is no obvious
-       answer as to which dimension the percentage should be relative to. A
-       future level of this module may provide the ability to size circles
-       with percentages, perhaps with more explicit controls over which
-       dimension is used.</p>
+       circular one. This restriction exists because there is are multiple
+       reasonable answers as to which dimension the percentage should be
+       relative to. A future level of this module may provide the ability to
+       size circles with percentages, perhaps with more explicit controls
+       over which dimension is used.</p>
     </dl>
 
     <p>If <a href="#ltshape"><i>&lt;shape></i></a> is specified as

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -d -r1.242 -r1.243
--- Overview.src.html	1 Dec 2011 21:16:12 -0000	1.242
+++ Overview.src.html	1 Dec 2011 22:06:56 -0000	1.243
@@ -688,7 +688,7 @@
 					<p>Gives the radius of the circle explicitly. Negative values are
 				invalid.</p>
 			
-					<p class='note'>Note that percentages are <em>not</em> allowed here; they can only be used to specify the size of an elliptical gradient, not a circular one.  This restriction exists because there is no obvious answer as to which dimension the percentage should be relative to.  A future level of this module may provide the ability to size circles with percentages, perhaps with more explicit controls over which dimension is used.</p>
+					<p class='note'>Note that percentages are <em>not</em> allowed here; they can only be used to specify the size of an elliptical gradient, not a circular one.  This restriction exists because there is are multiple reasonable answers as to which dimension the percentage should be relative to.  A future level of this module may provide the ability to size circles with percentages, perhaps with more explicit controls over which dimension is used.</p>
 				</dd>
 			</dl>
 

Received on Thursday, 1 December 2011 22:07:01 UTC