csswg/css3-images Overview.html,1.167,1.168 Overview.src.html,1.174,1.175

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Restored to Editor's Draft styling, etc.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -d -r1.167 -r1.168
--- Overview.html	7 Sep 2011 15:36:28 -0000	1.167
+++ Overview.html	8 Sep 2011 20:31:03 -0000	1.168
@@ -1,11 +1,12 @@
-<!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>
 
   <title>CSS Image Values and Replaced Content Module Level 3</title>
-  <link href="../default.css" rel=stylesheet type="text/css">
-  <!--<link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/css-module/default.css">-->
+  <!--<link rel="stylesheet" type="text/css" href="../default.css">-->
+  <link href="http://dev.w3.org/csswg/css-module/default.css" rel=stylesheet
+  type="text/css">
   <link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
   type="text/css">
 
@@ -16,12 +17,12 @@
 
    <h1>CSS Image Values and Replaced Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 September
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 September
     2011</h2>
 
    <dl>
     <dt>This Version:</dt>
-    <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110907/">http://www.w3.org/TR/2011/WD-css3-images-20110907/</a>-->
+    <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110908/">http://www.w3.org/TR/2011/WD-css3-images-20110908/</a>-->
 
     <dd><a
      href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
@@ -41,6 +42,9 @@
     <dt>Previous Version:
 
     <dd><a
+     href="http://www.w3.org/TR/2011/WD-css3-images-20110908/">http://www.w3.org/TR/2011/WD-css3-images-20110908/</a>
+
+    <dd><a
      href="http://www.w3.org/TR/2011/WD-css3-images-20110712/">http://www.w3.org/TR/2011/WD-css3-images-20110712/</a>
 
     <dd><a
@@ -54,7 +58,7 @@
     <dd><a href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a>
      (Mozilla Corporation)
 
-    <dd><a href="http://www.xanthir.com/contact">Tab Atkins Jr.</a> (Google)
+    <dd><a href="http://www.xanthir.com/contact/">Tab Atkins Jr.</a> (Google)
    </dl>
    <!--begin-copyright-->
    <p class=copyright><a

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -d -r1.174 -r1.175
--- Overview.src.html	7 Sep 2011 15:36:33 -0000	1.174
+++ Overview.src.html	8 Sep 2011 20:31:03 -0000	1.175
@@ -1,10 +1,10 @@
-<!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">
   <title>CSS Image Values and Replaced Content Module Level 3</title>
-  <link rel="stylesheet" type="text/css" href="../default.css">
-  <!--<link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/css-module/default.css">-->
+  <!--<link rel="stylesheet" type="text/css" href="../default.css">-->
+  <link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/css-module/default.css">
   <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD">
 </head>
 
@@ -28,13 +28,14 @@
 		<dd><a href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
 
 		<dt>Previous Version:</dt>
+		<dd><a href="http://www.w3.org/TR/2011/WD-css3-images-20110908/">http://www.w3.org/TR/2011/WD-css3-images-20110908/</a></dd>
 		<dd><a href="http://www.w3.org/TR/2011/WD-css3-images-20110712/">http://www.w3.org/TR/2011/WD-css3-images-20110712/</a></dd>
 		<dd><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/">http://www.w3.org/TR/2011/WD-css3-images-20110217/</a></dd>
 		<dd><a href="http://www.w3.org/TR/2009/WD-css3-images-20090723/">http://www.w3.org/TR/2009/WD-css3-images-20090723/</a></dd>
 
 		<dt>Editors:</dt>
 		<dd><a href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a> (Mozilla Corporation)</dd>
-		<dd><a href="http://www.xanthir.com/contact">Tab Atkins Jr.</a> (Google)</dd>
+		<dd><a href="http://www.xanthir.com/contact/">Tab Atkins Jr.</a> (Google)</dd>
 	</dl>
 	<!--begin-copyright-->
 	<p>[Here will be included the file "../copyright.inc"]</p>

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