html-author/Overview.html 1.16 Updated category descriptions, added a w

Updated category descriptions, added a whole bunch more elements

References
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.16.html#references
6 Acknowledgments
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.16.html#acknowledgments
1.2.2 Example Markup
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.16.html#example-markup

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

===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Overview.html 19 Nov 2008 17:18:27 -0000 1.15
+++ Overview.html 27 Nov 2008 02:33:44 -0000 1.16
@@ -1,11 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
-<html lang=en-US>
- <head><meta content="text/html; charset=utf-8" http-equiv=Content-Type>
-
-  <title>The Web Developer’s Guide to HTML 5</title>
-
-  <style type="text/css">
+<!DOCTYPE html><html lang=en-US><head>
+ <meta content="text/html; charset=utf-8" http-equiv=Content-Type>
+ <title>The Web Developer’s Guide to HTML 5</title>
[...5134 lines suppressed...]
+  <dt>DOM</dt>
+  <dd>Document Object Model</dd>
+ </dl>
+
+ <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.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Overview.src.html 19 Nov 2008 17:18:27 -0000 1.15
+++ Overview.src.html 27 Nov 2008 02:33:44 -0000 1.16
@@ -291,12 +291,36 @@
 </pre>
  </div>
 
- <h2>Document Representation</h2>
- <p>There is a difference between the vocabulary of HTML—the elements and
-    attributes that can be used, and their meanings—and the way the document
-    is represented. Typically, documents are created by writing them in either
-    the HTML or XHTML syntax. When a browser opens the page, it reads the file
-    and creates a Document Object Model (DOM) as its internal representation.
+ <h2>Understanding HTML</h2>
+
[...3678 lines suppressed...]
+  &lt;dt>Customer
+  &lt;dd>I will not buy this record, it is scratched.
+  &lt;dt>Shopkeeper
+  &lt;dd>No no no, this's'a tobacconist's.
+
+ &lt;/dialog>
+ &lt;aside>
+  &lt;p>In 1970, the British Empire lay in ruins, and foreign
+  nationalists frequented the streets &mdash; many of them Hungarians
+  (not the streets &mdash; the foreign nationals). Sadly, Alexander
+  Yalt has been publishing incompetently-written phrase books.
+ &lt;/aside></pre>
+
+   </div>
+
+
+
  <h2>
   Glossary
  </h2>

Received on Thursday, 27 November 2008 02:51:05 UTC