csswg/css3-images Overview.html,1.245,1.246 Overview.src.html,1.252,1.253

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix broken link

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -d -r1.245 -r1.246
--- Overview.html	5 Dec 2011 08:44:15 -0000	1.245
+++ Overview.html	5 Dec 2011 08:47:25 -0000	1.246
@@ -1824,8 +1824,8 @@
    <dd>
     <p>Set the object's size to the <a
      href="#concrete-object-size"><i>concrete object size</i></a> obtained by
-     running the <a href=default-sizing>object sizing algorithm</a> with a <a
-     href="#specified-size"><i>specified size</i></a> and a <a
+     running the <a href="#default-sizing">object sizing algorithm</a> with a
+     <a href="#specified-size"><i>specified size</i></a> and a <a
      href="#default-object-size"><i>default object size</i></a> equal to the
      replaced element's used width and height.</p>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -d -r1.252 -r1.253
--- Overview.src.html	5 Dec 2011 08:44:15 -0000	1.252
+++ Overview.src.html	5 Dec 2011 08:47:25 -0000	1.253
@@ -1187,7 +1187,7 @@
 		<dt>fill</dt>
 		<dd>
 			<p>Set the object's size to the <i>concrete object size</i> obtained
-			by running the <a href="default-sizing">object sizing algorithm</a> with
+			by running the <a href="#default-sizing">object sizing algorithm</a> with
 			a <i>specified size</i> and a <i>default object size</i> equal to the
 			replaced element's used width and height.</p>
 

Received on Monday, 5 December 2011 08:47:35 UTC