csswg/css3-images Overview.html,1.268,1.269 Overview.src.html,1.276,1.277

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix typo

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -d -r1.268 -r1.269
--- Overview.html	13 Jan 2012 22:35:38 -0000	1.268
+++ Overview.html	16 Jan 2012 18:58:43 -0000	1.269
@@ -16,7 +16,7 @@
 
    <h1>CSS Image Values and Replaced Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 January
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 January
     2012</h2>
 
    <dl>
@@ -24,7 +24,7 @@
 
     <dd><a
      href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>-->
-     <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120113/">http://www.w3.org/TR/2012/WD-css3-images-20120113/</a>-->
+     <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120116/">http://www.w3.org/TR/2012/WD-css3-images-20120116/</a>-->
      
 
     <dt>Latest Version:
@@ -386,8 +386,8 @@
    class=css>in</code>&rsquo; to CSS &lsquo;<code class=css>px</code>&rsquo;,
    &lsquo;<code class=css>1dppx</code>&rsquo; is equivalent to &lsquo;<code
    class=css>96dpi</code>&rsquo;. This corresponds to the default resolution
-   of images displayed in CSS: see &lsquo;<code
-   class=property>image-reslution</code>&rsquo;.
+   of images displayed in CSS: see &lsquo;<a href="#image-resolution0"><code
+   class=property>image-resolution</code></a>&rsquo;.
    <!-- ====================================================================== -->
    
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -d -r1.276 -r1.277
--- Overview.src.html	13 Jan 2012 22:35:38 -0000	1.276
+++ Overview.src.html	16 Jan 2012 18:58:43 -0000	1.277
@@ -144,7 +144,7 @@
 
 	<p class="note">Note that due to the 1:96 fixed ratio of CSS ''in'' to
 	CSS ''px'', ''1dppx'' is equivalent to ''96dpi''. This corresponds to
-	the default resolution of images displayed in CSS: see 'image-reslution'.
+	the default resolution of images displayed in CSS: see 'image-resolution'.
 
 <!-- ====================================================================== -->
 

Received on Monday, 16 January 2012 18:58:51 UTC