csswg/css3-images Overview.html,1.234,1.235 Overview.src.html,1.241,1.242

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Moved the note about single-% into the <dd>

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -d -r1.234 -r1.235
--- Overview.html	1 Dec 2011 21:11:08 -0000	1.234
+++ Overview.html	1 Dec 2011 21:16:12 -0000	1.235
@@ -1110,17 +1110,18 @@
     <dl>
      <dt><dfn id=radial-size-circle>&lt;length></dfn>
 
-     <dd>Gives the radius of the circle explicitly. Negative values are
-      invalid.
-    </dl>
+     <dd>
+      <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 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>
+    </dl>
 
     <p>If <a href="#ltshape"><i>&lt;shape></i></a> is specified as
      &lsquo;<code class=css>ellipse</code>&rsquo; or is omitted,

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -d -r1.241 -r1.242
--- Overview.src.html	1 Dec 2011 21:11:08 -0000	1.241
+++ Overview.src.html	1 Dec 2011 21:16:12 -0000	1.242
@@ -684,11 +684,13 @@
 
 			<dl>
 				<dt><dfn id='radial-size-circle'>&lt;length></dfn></dt>
-				<dd>Gives the radius of the circle explicitly. Negative values are
-				invalid.
-			</dl>
+				<dd>
+					<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 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>
+				</dd>
+			</dl>
 
 			<p>If <i>&lt;shape></i> is specified as ''ellipse'' or is omitted,
 			<i>&lt;extent></i> may instead be given explicitly as:

Received on Thursday, 1 December 2011 21:16:19 UTC