csswg/css3-lists Overview.src.html,1.23,1.24

Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv29432

Modified Files:
	Overview.src.html 
Log Message:
Some metadata/header fixup.


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Overview.src.html	4 Feb 2011 22:14:43 -0000	1.23
+++ Overview.src.html	4 Feb 2011 22:56:57 -0000	1.24
@@ -1,6 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html><head>
 	<title>CSS Lists and Counters Module Level 3</title>
+	<meta charset=utf-8>
 	<link rel="stylesheet" type="text/css" href="../default.css">
 	<style type="text/css">
 	td, th { padding: 0 0.5em; }
@@ -29,15 +30,18 @@
 	<dd><!-- <a href="http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]">http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]</a></dd> -->
 	<a href="http://dev.w3.org/csswg/css3-lists">http://dev.w3.org/csswg/css3-lists</a></dd>
 
-	<dt>Latest version:
-	<dd><a href="http://www.w3.org/TR/css3-background">[LATEST]</a></dd>
+	<dt>Latest Working Draft:
+	<dd><a href="http://www.w3.org/TR/css3-lists">[LATEST]</a></dd>
 
-	<dt>Previous version:</dt>
+	<dt>Previous versions:</dt>
 	<dd><a href="http://www.w3.org/TR/2002/WD-css3-lists-20021107">http://www.w3.org/TR/2002/WD-css3-lists-20021107</a></dd>
 
-	<dt>Editors:</dt> <!-- in the order tantek requested -->
+	<dt>Editor:</dt>
+	<dd><a href="http://www.xanthir.com/contact">Tab Atkins Jr.</a></dd>
+
+	<dt>Previous Editors:</dt> <!-- in the order tantek requested -->
 	<dd>Ian Hickson, <a href="mailto:ian@hixie.ch">ian@hixie.ch</a></dd>
-	<dd><span lang="tr">Tantek &#x00C7;el&#x0131&#x0307;k</span>, Microsoft Corporation, 
+	<dd><span lang="tr">Tantek &#x00C7;el&#x0131&#x0307;k</span>, Microsoft Corporation,
 	<a href="mailto:tantekc@microsoft.com">tantekc@microsoft.com</a></dd>
 
 	<dt>Contributors:</dt> <!-- in order of volume of input -->
@@ -63,14 +67,16 @@
 [[CSS1]]. The main extensions compared to level&nbsp;2 are
 <span class="issue">summarize here</span>.
 
-<h2 class="no-num no-toc" id="status">Status of this document</h2>
 
-<p><strong>This document has been unowned since 7 November 2002.</strong></p>
+<h2 class="no-num no-toc" id="status">Status of this document</h2>
 
 <!--status-->
 
+
 <h2 class="no-num no-toc" id="contents">Table of contents</h2>
+
 <!--toc-->
+
 <hr>
 
 
@@ -139,7 +145,7 @@
 properties.)</p>
 
 <p>The ''list-item'' counter is a real counter,
-and can be directly affected using the 'counter-increment' and ''counter-reset' 
+and can be directly affected using the 'counter-increment' and ''counter-reset'' 
 properties. It can also be used in the ''counter()'' and ''counters()'' functions.</p>
 
 <p class="issue">The CSS3 box module may define other 'display' values which generate a list

Received on Friday, 4 February 2011 22:57:01 UTC