csswg/css3-images Overview.html,1.168,1.169 Overview.src.html,1.175,1.176

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Replaced a few instances of 'distance' with 'location' for clarity.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- Overview.html	8 Sep 2011 20:31:03 -0000	1.168
+++ Overview.html	8 Sep 2011 20:41:10 -0000	1.169
@@ -776,7 +776,7 @@
    href="#gradient-line"><i>gradient-line</i></a>, but this isn't required -
    the <a href="#gradient-line"><i>gradient-line</i></a> extends infinitely
    in both directions. The starting-point and ending-point are merely
-   arbitrary distance markers - the starting-point defines where 0%, 0px, etc
+   arbitrary location markers - the starting-point defines where 0%, 0px, etc
    are located when specifying color-stops, and the ending-point defines
    where 100% is located. Color-stops are allowed to have positions before 0%
    or after 100%.</p>
@@ -1028,9 +1028,9 @@
    the gradient toward the right, with the 0% point at the center of the
    gradient, and 100% at the point where the line intersects the
    ending-ellipse. The color of each ellipse is equal to the color of the
-   line where the ellipse intersects it. Distances past 100% can be
+   line where the ellipse intersects it. Locations past 100% can be
    specified, and simply indicate a color-stop placed on the line a
-   corresponding distance from the center. Negative distances are allowed in
+   corresponding distance from the center. Negative locations are allowed in
    a radial gradient and work the same as in linear gradients with respect to
    setting the color of the <a
    href="#gradient-line"><i>gradient-line</i></a>, but colors before the

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -d -r1.175 -r1.176
--- Overview.src.html	8 Sep 2011 20:31:03 -0000	1.175
+++ Overview.src.html	8 Sep 2011 20:41:10 -0000	1.176
@@ -470,7 +470,7 @@
 	<p>The gradient's color stops are typically placed between the starting-point 
 	and ending-point on the <i>gradient-line</i>, but this isn't required - the 
 	<i>gradient-line</i> extends infinitely in both directions.  The starting-point 
-	and ending-point are merely arbitrary distance markers - the starting-point 
+	and ending-point are merely arbitrary location markers - the starting-point 
 	defines where 0%, 0px, etc are located when specifying color-stops, and 
 	the ending-point defines where 100% is located.  Color-stops are allowed 
 	to have positions before 0% or after 100%.</p>
@@ -648,9 +648,9 @@
 	of the gradient toward the right, with the 0% point at the center of the 
 	gradient, and 100% at the point where the line intersects the ending-ellipse.  
 	The color of each ellipse is equal to the color of the line where the 
-	ellipse intersects it.  Distances past 100% can be specified, and simply 
+	ellipse intersects it.  Locations past 100% can be specified, and simply 
 	indicate a color-stop placed on the line a corresponding distance from the 
-	center.  Negative distances are allowed in a radial gradient and work the 
+	center.  Negative locations are allowed in a radial gradient and work the 
 	same as in linear gradients with respect to setting the color of the 
 	<i>gradient-line</i>, but colors before the starting-point of the <i>gradient-line</i> 
 	are not displayed.  For example, ''radial-gradient(red -50px, yellow 100px)'' 

Received on Thursday, 8 September 2011 20:41:13 UTC