csswg/css3-images Overview.html,1.241,1.242

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

Modified Files:
	Overview.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.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -d -r1.241 -r1.242
--- Overview.html	1 Dec 2011 22:45:40 -0000	1.241
+++ Overview.html	5 Dec 2011 08:10:19 -0000	1.242
@@ -16,12 +16,12 @@
 
    <h1>CSS Image Values and Replaced Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 December
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 December
     2011</h2>
 
    <dl>
     <dt>This Version:</dt>
-    <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111201/">http://www.w3.org/TR/2011/WD-css3-images-20111201/</a>-->
+    <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111205/">http://www.w3.org/TR/2011/WD-css3-images-20111205/</a>-->
 
     <dd><a
      href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
@@ -1031,20 +1031,10 @@
   <p>The arguments are defined as follows:
 
   <dl>
-   <dt id=radial-shape><dfn id=ltshape>&lt;shape></dfn>
-
-   <dd>Can be either &lsquo;<code class=css>circle</code>&rsquo; or
-    &lsquo;<code class=css>ellipse</code>&rsquo;; determines whether the
-    gradient's <a href="#ending-shape"><i>ending shape</i></a> is a circle or
-    an ellipse, respectively. If <a href="#ltshape"><i>&lt;shape></i></a> is
-    omitted, the <a href="#ending-shape"><i>ending shape</i></a> defaults to
-    a circle if the <a href="#ltsize"><i>&lt;size></i></a> is a single
-    &lt;length>, and to an ellipse otherwise.
-
    <dt id=radial-position><dfn id=ltposition>&lt;position></dfn>
 
    <dd>Determines the center of the gradient. The <a
-    href="#ltposition0"><i>&lt;position></i></a> notation is defined by the
+    href="#ltposition0"><i>&lt;position></i></a> notation is defined as the
     positioning syntax of a single layer of &lsquo;<code class=css><a
     href="http://www.w3.org/TR/css3-background/#the-background-position">background-position</a></code>&rsquo;
     and is resolved in the same way, using the center-point as the subject
@@ -1053,9 +1043,16 @@
     rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> <a href="#CSS3BG"
     rel=biblioentry>[CSS3BG]<!--{{!CSS3BG}}--></a> If this argument is
     omitted, it defaults to &lsquo;<code class=css>center</code>&rsquo;.
-    <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>
+
+   <dt id=radial-shape><dfn id=ltshape>&lt;shape></dfn>
+
+   <dd>Can be either &lsquo;<code class=css>circle</code>&rsquo; or
+    &lsquo;<code class=css>ellipse</code>&rsquo;; determines whether the
+    gradient's <a href="#ending-shape"><i>ending shape</i></a> is a circle or
+    an ellipse, respectively. If <a href="#ltshape"><i>&lt;shape></i></a> is
+    omitted, the <a href="#ending-shape"><i>ending shape</i></a> defaults to
+    a circle if the <a href="#ltsize"><i>&lt;size></i></a> is a single
+    &lt;length>, and to an ellipse otherwise.
 
    <dt id=radial-size><dfn id=ltsize>&lt;size></dfn>
 

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