- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Sep 2011 21:01:53 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv14967 Modified Files: Overview.html Overview.src.html Log Message: Fixed validation errors. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.161 retrieving revision 1.162 diff -u -d -r1.161 -r1.162 --- Overview.html 22 Aug 2011 23:38:15 -0000 1.161 +++ Overview.html 6 Sep 2011 21:01:51 -0000 1.162 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> +<!DOCTYPE html> <html lang=en> <head><meta content="text/html; charset=utf-8" http-equiv=Content-Type> @@ -16,10 +16,11 @@ <h1>CSS Image Values and Replaced Content Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 August 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 September + 2011</h2> <dl><!--<dt>This version:</dt> - <dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110822/">http://www.w3.org/TR/2011/ED-css3-images-20110822/</a>--> + <dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110906/">http://www.w3.org/TR/2011/ED-css3-images-20110906/</a>--> <dt>Latest version: @@ -1949,8 +1950,7 @@ 96dpi, would instead render the image at 288dpi (so that 3 image pixels map to 1 device pixel):</p> - <pre>img { image-resolution: 300dpi snap; } - </pre> + <pre>img { image-resolution: 300dpi snap; }</pre> </div> <div class=example> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.168 retrieving revision 1.169 diff -u -d -r1.168 -r1.169 --- Overview.src.html 22 Aug 2011 23:38:15 -0000 1.168 +++ Overview.src.html 6 Sep 2011 21:01:51 -0000 1.169 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> +<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -1358,7 +1358,7 @@ <p>This rule, on the other hand, if used when the screen's resolution is 96dpi, would instead render the image at 288dpi (so that 3 image pixels map to 1 device pixel):</p> - <pre>img { image-resolution: 300dpi snap; } + <pre>img { image-resolution: 300dpi snap; }</pre> </div>
Received on Tuesday, 6 September 2011 21:01:55 UTC