html-author/Overview.html 1.19 Added Scope and Audience sections

Added Scope and Audience sections

References
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.19.html#references
5 Acknowledgments
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.19.html#acknowledgments

http://people.w3.org/mike/diffs/html5/html-author/Overview.diff.html
http://dev.w3.org/cvsweb/html5/html-author/Overview.html?r1=1.18&r2=1.19&f=h

===================================================================
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:43:34 UTC