csswg/css3-images Overview.html,1.249,1.250 Overview.src.html,1.256,1.257

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Change the <position> reference in r-g() to refer to css3-values, now that we've defined it over there.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -d -r1.249 -r1.250
--- Overview.html	13 Dec 2011 00:22:55 -0000	1.249
+++ Overview.html	13 Dec 2011 00:42:17 -0000	1.250
@@ -1041,15 +1041,13 @@
    <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 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
-    and the <a href="#gradient-box"><i>gradient box</i></a> as the
-    positioning area. <a href="#CSS21"
-    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;.
+    href="//www.w3.org/TR/css3-values/#position"><i>&lt;position></i></a>
+    notation is defined in <a href="#CSS3VAL"
+    rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a> and is resolved in the
+    same way, using the center-point as the object area and the <a
+    href="#gradient-box"><i>gradient box</i></a> as the positioning area. If
+    this argument is omitted, it defaults to &lsquo;<code
+    class=css>center</code>&rsquo;.
 
    <dt id=radial-shape><dfn id=ltshape>&lt;shape></dfn>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -d -r1.256 -r1.257
--- Overview.src.html	13 Dec 2011 00:22:55 -0000	1.256
+++ Overview.src.html	13 Dec 2011 00:42:17 -0000	1.257
@@ -645,11 +645,10 @@
 	<dl>
 
 		<dt id='radial-position'><dfn>&lt;position></dfn></dt>
-		<dd>Determines the center of the gradient. The <i>&lt;position></i> notation
-		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]]
+		<dd>Determines the center of the gradient. The <a href="//www.w3.org/TR/css3-values/#position"><i>&lt;position></i></a> notation
+		is defined in [[!CSS3VAL]]
+		and is resolved in the same way, using the center-point as the object area and
+		the <i>gradient box</i> as the positioning area.
 		If this argument is omitted, it defaults to ''center''.
 
 		<dt id='radial-shape'><dfn>&lt;shape></dfn></dt>

Received on Tuesday, 13 December 2011 00:42:21 UTC