csswg/css3-images Overview.src.html,1.63,1.64

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

Modified Files:
	Overview.src.html 
Log Message:
Fixed broken link to background-position.


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- Overview.src.html	27 Jan 2011 17:40:18 -0000	1.63
+++ Overview.src.html	3 Feb 2011 20:10:11 -0000	1.64
@@ -1224,6 +1224,7 @@
 				<p>Determine the used 'height' and 'width' <a href="/TR/CSS21/visudet.html">as
 				usual</a>, except if both 'height' and 'width' are ''auto'', and the used value
 				of at least one of 'min-width' and 'min-height' is not ''0'', then compute the
+
 				used width and used height of the element as though the intrinsic dimensions of
 				the contents were infinitesimally small numbers whose ratio is the actual
 				intrinsic ratio of the contents.</p>
@@ -1299,7 +1300,7 @@
 
 		<p>The 'object-position' property determines the alignment of the replaced
 		element inside its box. The values have the same meaning as the values for
-		the <a href="/TR/CSS21/colors.html#propdef-background-position">'background-position'</a>
+		the <a href="http://w3.org/TR/CSS21/colors.html#propdef-background-position">'background-position'</a>
 		property, using the image as the image and the content box as the positioning
 		area. [[!CSS21]]</p>
 

Received on Thursday, 3 February 2011 20:10:14 UTC