- From: Lachlan Hunt via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 28 Nov 2008 02:23:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-author In directory hutz:/tmp/cvs-serv27166 Modified Files: Overview.html Overview.src.html Log Message: Update some element descriptions; begin converting this document's markup to HTML5 Index: Overview.html =================================================================== 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:26:11 UTC