html5/html-author Overview.html,1.19,1.20 Overview.src.html,1.20,1.21

Update of /sources/public/html5/html-author
In directory hutz:/tmp/cvs-serv4933

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Major restructure of document, temporarily removed element reference

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Overview.html	28 Jan 2009 14:42:03 -0000	1.19
+++ Overview.html	29 Jan 2009 13:40:37 -0000	1.20
@@ -32,10 +32,11 @@
 	<header>
 		<!--begin-logo--><p><a href=http://www.w3.org/><img alt=W3C src=http://www.w3.org/Icons/w3c_home></a></p><!--end-logo-->
 		<h1>The Web Developer’s Guide to HTML 5</h1>
-		<h2 class="no-num no-toc">W3C Editor’s Draft 28 January 2009</h2>
+		<h2 class="no-num no-toc">W3C Editor’s Draft 29 January 2009</h2>
+
 		<dl>
 			<dt>This version:</dt>
-			<dd><a href=[VERSION]>http://www.w3.org/TR/2009/ED-html5-author-20090128</a></dd>
+			<dd><a href=[VERSION]>http://www.w3.org/TR/2009/ED-html5-author-20090129</a></dd>
 			<dt>Latest version:</dt>
[...3167 lines suppressed...]
+	<h2 id=the-html-and-xhtml-syntax><span class=secno>5 </span>The HTML and XHTML Syntax</h2>
+	<p>...</p>
+</section>
 
-<h2 id=acknowledgments><span class=secno>5 </span>Acknowledgments</h2>
-<p>The editor would like to thank:</p>
-<p>Anne van Kestern, Dead Edridge, Henri Sivonen, Ian Hickson, Kai Hendry, Rojer Johannsson</p>
+<section>
+	<h2 id=the-html-vocabulary-and-apis><span class=secno>6 </span>The HTML Vocabulary and APIs</h2>
+	<p>...</p>
+</section>
 
-<h2 class=no-num id=references>References</h2>
-<p>[TODO]</p>
 
 
-</section></body></html>
\ No newline at end of file
+</body></html>
\ No newline at end of file

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Overview.src.html	28 Jan 2009 23:33:34 -0000	1.20
+++ Overview.src.html	29 Jan 2009 13:40:37 -0000	1.21
@@ -35,6 +35,7 @@
 		<!--logo-->
 		<h1>The Web Developer’s Guide to HTML 5</h1>
 		<h2 class="no-num no-toc">W3C Editor’s Draft [DATE: 6 May 2008]</h2>
+
 		<dl>
 			<dt>This version:</dt>
 			<dd><a href="[VERSION]">http://www.w3.org/TR/[YEAR]/ED-html5-author-[CDATE]</a></dd>
@@ -46,20 +47,21 @@
 			<dd><a href="http://lachy.id.au/">Lachlan Hunt</a> (<a href="http://www.opera.com/">Opera Software ASA</a>)
 			    <a href="mailto:lachlan.hunt@lachy.id.au">lachlan.hunt@lachy.id.au</a></dd>
 		</dl>
[...3189 lines suppressed...]
+	<p>...</p>
+</section>
 
+<section>
+	<h1>The HTML and XHTML Syntax</h1>
+	<p>...</p>
+</section>
 
-<h2>Acknowledgments</h2>
-<p>The editor would like to thank:</p>
-<p>Anne van Kestern, Dead Edridge, Henri Sivonen, Ian Hickson, Kai Hendry, Rojer Johannsson</p>
+<section>
+	<h1>The HTML Vocabulary and APIs</h1>
+	<p>...</p>
+</section>
 
-<h2 class="no-num" id="references">References</h2>
-<p>[TODO]</p>
 </body>
 </html>

Received on Thursday, 29 January 2009 13:40:49 UTC