csswg/css3-images Overview.html,1.145,1.146 Overview.src.html,1.152,1.153

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Revert back to using <bg-position>, not <'background-position'>


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- Overview.html	12 Aug 2011 20:57:56 -0000	1.145
+++ Overview.html	13 Aug 2011 00:43:11 -0000	1.146
@@ -20,10 +20,10 @@
 
    <h1>CSS Image Values and Replaced Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 August 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 August 2011</h2>
 
    <dl><!--<dt>This version:</dt>
-		<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110812/">http://www.w3.org/TR/2011/ED-css3-images-20110812/</a>-->
+		<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110813/">http://www.w3.org/TR/2011/ED-css3-images-20110813/</a>-->
 
     <dt>Latest version:
 
@@ -753,7 +753,7 @@
 
   <pre class=prod>
 <dfn id=ltradial-gradient>&lt;radial-gradient></dfn> = radial-gradient(
-	[&lt;'background-position'&gt;,]? 
+	[&lt;bg-position&gt;,]? 
 	[[
 		[&lt;shape&gt; || &lt;size&gt;]
 		|
@@ -764,11 +764,11 @@
 	</pre>
 
   <p>The first argument to the function specifies the center of the ellipse.
-   It takes the same syntax as the &lsquo;<code
-   class=property>background-position</code>&rsquo; property, and is resolved
-   in the same way, except relative to the box rather than the background
-   canvas. <span class=note>(Of course, in many circumstances these will be
-   the same.)</span>
+   <code>&lt;bg-position></code> comes from the <a
+   href="http://dev.w3.org/csswg/css3-background/#ltbg-positiongt">Backgrounds
+   &amp; Borders Module</a>, and is resolved in the same way, except relative
+   to the box rather than the background canvas. <span class=note>(Of course,
+   in many circumstances these will be the same.)</span>
 
   <p>If this argument is omitted, it defaults to &lsquo;<code
    class=css>center</code>&rsquo;.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- Overview.src.html	12 Aug 2011 20:58:00 -0000	1.152
+++ Overview.src.html	13 Aug 2011 00:43:11 -0000	1.153
@@ -497,7 +497,7 @@
 
 	<pre class=prod>
 <dfn>&lt;radial-gradient></dfn> = radial-gradient(
-	[&lt;'background-position'&gt;,]? 
+	[&lt;bg-position&gt;,]? 
 	[[
 		[&lt;shape&gt; || &lt;size&gt;]
 		|
@@ -507,7 +507,7 @@
 )
 	</pre>
 
-	<p>The first argument to the function specifies the center of the ellipse.  It takes the same syntax as the 'background-position' property, and is resolved in the same way, except relative to the box rather than the background canvas.  <span class='note'>(Of course, in many circumstances these will be the same.)</span></p>
+	<p>The first argument to the function specifies the center of the ellipse.  <code>&lt;bg-position></code> comes from the <a href="http://dev.w3.org/csswg/css3-background/#ltbg-positiongt">Backgrounds &amp; Borders Module</a>, and is resolved in the same way, except relative to the box rather than the background canvas.  <span class='note'>(Of course, in many circumstances these will be the same.)</span></p>
 
 	<p>If this argument is omitted, it defaults to ''center''.</p>
 

Received on Saturday, 13 August 2011 00:43:18 UTC