csswg/css3-images Overview.src.html,1.248,1.249

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

Modified Files:
	Overview.src.html 
Log Message:
Put radial-gradient() args in alphabetical order. Tweak wording so we don't need a note about upcoming edits to css3-background.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -d -r1.248 -r1.249
--- Overview.src.html	1 Dec 2011 22:45:40 -0000	1.248
+++ Overview.src.html	5 Dec 2011 08:10:02 -0000	1.249
@@ -637,20 +637,21 @@
 	<p>The arguments are defined as follows:
 
 	<dl>
-		<dt id='radial-shape'><dfn>&lt;shape></dfn></dt>
-		<dd>Can be either ''circle'' or ''ellipse''; determines whether the
-		gradient's <i>ending shape</i> is a circle or an ellipse, respectively.
-		If <i>&lt;shape></i> is omitted, the <i>ending shape</i> defaults
-		to a circle if the <i>&lt;size></i> is a single &lt;length>,
-		and to an ellipse otherwise.
 
 		<dt id='radial-position'><dfn>&lt;position></dfn></dt>
 		<dd>Determines the center of the gradient. The <i>&lt;position></i> notation
-		is defined by the positioning syntax of a single layer of
+		is defined as the positioning syntax of a single layer of
 		'<a href="http://www.w3.org/TR/css3-background/#the-background-position">background-position</a>'
 		and is resolved in the same way, using the center-point as the subject and
 		the <i>gradient box</i> as the positioning area. [[!CSS21]] [[!CSS3BG]]
-		If this argument is omitted, it defaults to ''center''.  <span class='note'>Note that the CR of CSS3 B&amp;B doesn't yet have a definition of &lt;position> - it's defined in the ED, and an update to B&amp;B is expected.</span>
+		If this argument is omitted, it defaults to ''center''.
+
+		<dt id='radial-shape'><dfn>&lt;shape></dfn></dt>
+		<dd>Can be either ''circle'' or ''ellipse''; determines whether the
+		gradient's <i>ending shape</i> is a circle or an ellipse, respectively.
+		If <i>&lt;shape></i> is omitted, the <i>ending shape</i> defaults
+		to a circle if the <i>&lt;size></i> is a single &lt;length>,
+		and to an ellipse otherwise.
 
 		<dt id='radial-size'><dfn>&lt;size></dfn>
 		<dd>

Received on Monday, 5 December 2011 08:10:09 UTC