html5/html-author Overview.html,1.18,1.19 Overview.src.html,1.18,1.19

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Added Scope and Audience sections

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Overview.html	28 Nov 2008 02:46:31 -0000	1.18
+++ Overview.html	28 Jan 2009 14:42:03 -0000	1.19
@@ -32,10 +32,10 @@
 	<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 November 2008</h2>
+		<h2 class="no-num no-toc">W3C Editor’s Draft 28 January 2009</h2>
 		<dl>
 			<dt>This version:</dt>
-			<dd><a href=[VERSION]>http://www.w3.org/TR/2008/ED-html5-author-20081128</a></dd>
+			<dd><a href=[VERSION]>http://www.w3.org/TR/2009/ED-html5-author-20090128</a></dd>
 			<dt>Latest version:</dt>
 			<dd><a href=http://www.w3.org/TR/>http://www.w3.org/TR/</a></dd>
[...1821 lines suppressed...]
-
-<h2 id=acknowledgments><span class=secno>6 </span>Acknowledgments</h2>
+<h2 id=acknowledgments><span class=secno>5 </span>Acknowledgments</h2>
 <p>The editor would like to thank:</p>
-<ul>
-	<li>Anne van Kesteren</li>
-	<li>Henri Sivonen</li>
-	<li>Ian Hickson</li>
-	<li>Roger Johansson</li>
-</ul>
+<p>Anne van Kestern, Dead Edridge, Henri Sivonen, Ian Hickson, Kai Hendry, Rojer Johannsson</p>
+
 <h2 class=no-num id=references>References</h2>
 <p>[TODO]</p>
 
 
-</body></html>
\ No newline at end of file
+</section></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.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Overview.src.html	28 Nov 2008 02:46:31 -0000	1.18
+++ Overview.src.html	28 Jan 2009 14:42:03 -0000	1.19
@@ -100,6 +100,36 @@
 
 <section>
 	<h2>Introduction</h2>
+	
+	<section>
+		<h3>Scope</h3>
+		<p>This document is intended to provide a reference guide explaining the
+		   conforming HTML vocabulary and its associated scripting APIs.
+		   Guidance will be provided in regard to the correct and incorrect
+		   usage of semantic elements. Both HTML and XHTML will be explained in
+		   depth, including illustrating their differences and similarities,
[...1264 lines suppressed...]
-	    <code>application/xhtml+xml</code> or <code>application/xml</code></dd>
-	<dt>DOM</dt>
-	<dd>Document Object Model</dd>
-</dl>
-
-<p>[Need to expand this as required.]</p>
-
 <h2>Acknowledgments</h2>
 <p>The editor would like to thank:</p>
-<ul>
-	<li>Anne van Kesteren</li>
-	<li>Henri Sivonen</li>
-	<li>Ian Hickson</li>
-	<li>Roger Johansson</li>
-</ul>
+<p>Anne van Kestern, Dead Edridge, Henri Sivonen, Ian Hickson, Kai Hendry, Rojer Johannsson</p>
+
 <h2 class="no-num" id="references">References</h2>
 <p>[TODO]</p>
 </body>

Received on Wednesday, 28 January 2009 14:42:22 UTC