html-author/Overview.html 1.17 Update some element descriptions; begin

Update some element descriptions; begin converting this document's
markup to HTML5

References
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.17.html#references
6 Acknowledgments
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.17.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.16&r2=1.17&f=h

===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Overview.html 27 Nov 2008 02:33:44 -0000 1.16
+++ Overview.html 28 Nov 2008 02:23:30 -0000 1.17
@@ -1,5 +1,5 @@
-<!DOCTYPE html><html lang=en-US><head>
- <meta content="text/html; charset=utf-8" http-equiv=Content-Type>
+<!DOCTYPE html><html lang=en-AU><head>
+ <meta charset=UTF-8>
  <title>The Web Developer’s Guide to HTML 5</title>
  <style type=text/css>
  .element { margin: 1em 0 ; padding: 0 0 0.25em; }
@@ -28,13 +28,14 @@
  <link href=http://www.w3.org/StyleSheets/TR/W3C-ED rel=stylesheet type=text/css>
 </head>
 <body>
[...7491 lines suppressed...]
-  <li>Roger Johansson</li>
- </ul>
- <h2 class=no-num id=references>References</h2>
- <p>[TODO]</p>
+<p>[Need to expand this as required.]</p>
+
+<h2 id=acknowledgments><span class=secno>6 </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>
+<h2 class=no-num id=references>References</h2>
+<p>[TODO]</p>
 
 
 </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.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Overview.src.html 27 Nov 2008 02:33:44 -0000 1.16
+++ Overview.src.html 28 Nov 2008 02:23:30 -0000 1.17
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<html lang="en-US">
+<!DOCTYPE html>
+<html lang="en-AU">
 <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <meta charset="UTF-8">
  <title>The Web Developer’s Guide to HTML 5</title>
  <style type="text/css">
  .element { margin: 1em 0 ; padding: 0 0 0.25em; }
@@ -30,7 +30,8 @@
[...7550 lines suppressed...]
- <ul>
-  <li>Anne van Kesteren</li>
-  <li>Henri Sivonen</li>
-  <li>Ian Hickson</li>
-  <li>Roger Johansson</li>
- </ul>
- <h2 class="no-num" id="references">References</h2>
- <p>[TODO]</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>
+<h2 class="no-num" id="references">References</h2>
+<p>[TODO]</p>
 </body>
 </html>

Received on Friday, 28 November 2008 02:27:10 UTC