html5/html-author Overview.html,1.15,1.16 Overview.src.html,1.15,1.16

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Updated category descriptions, added a whole bunch more elements

Index: Overview.html
===================================================================
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:50:10 UTC