html5/html-author Overview.html,1.17,1.18 Overview.src.html,1.17,1.18

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed HTML element summary

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Overview.html	28 Nov 2008 02:23:30 -0000	1.17
+++ Overview.html	28 Nov 2008 02:46:31 -0000	1.18
@@ -862,16 +862,21 @@
 
 	<dl class=summary>
 		<dt>Categories</dt>
-		<dd><a href=#flow-content>Flow content</a>.</dd>
+		<dd>None.</dd>
 		<dt>Where this element may be used</dt>
-		<dd>Where <a href=#flow-content>flow content</a> is expected.</dd>
+		<dd>As the root element of a document.</dd>
+		<dd>Wherever a subdocument fragment is allowed in a compound document.</dd>
+		<dt>Content model:</dt>
+		<dd>A <code><a href=#the-head-element>head</a></code> element followed by a <code><a href=#the-body-element>body</a></code> element.</dd>
 		<dt>What this element may contain</dt>
 		<dd><span>Prose content</span>.</dd>
 		<dt>Tags</dt>
-		<dd>Start tag: (<code>&lt;xxx&gt;</code>) required.</dd>
-		<dd>End tag: (<code>&lt;/xxx&gt;</code>) required.</dd>
+		<dd>Start tag: (<code><a href=#the-html-element>&lt;html&gt;</a></code>) optional, implied before the
+		    head.</dd>
+		<dd>End tag: (<code><a href=#the-html-element>&lt;/html&gt;</a></code>) optional, implied immediately
+		    before the end of the document.</dd>
 		<dt>Element-specific attributes</dt>
-		<dd><code title="">xxx</code></dd>
+		<dd><code title=attr-html-manifest>manifest</code></dd>
 		<dt>Internationalisation Techniques</dt>
 		<dd>None.</dd>
 		<dt>Accessibility Techniques</dt>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Overview.src.html	28 Nov 2008 02:23:30 -0000	1.17
+++ Overview.src.html	28 Nov 2008 02:46:31 -0000	1.18
@@ -776,16 +776,21 @@
 
 	<dl class="summary">
 		<dt>Categories</dt>
-		<dd><span>Flow content</span>.</dd>
+		<dd>None.</dd>
 		<dt>Where this element may be used</dt>
-		<dd>Where <span>flow content</span> is expected.</dd>
+		<dd>As the root element of a document.</dd>
+		<dd>Wherever a subdocument fragment is allowed in a compound document.</dd>
+		<dt>Content model:</dt>
+		<dd>A <code><a href="#the-head-element">head</a></code> element followed by a <code><a href="#the-body-element">body</a></code> element.</dd>
 		<dt>What this element may contain</dt>
 		<dd><span>Prose content</span>.</dd>
 		<dt>Tags</dt>
-		<dd>Start tag: (<code>&lt;xxx&gt;</code>) required.</dd>
-		<dd>End tag: (<code>&lt;/xxx&gt;</code>) required.</dd>
+		<dd>Start tag: (<code>&lt;html&gt;</code>) optional, implied before the
+		    head.</dd>
+		<dd>End tag: (<code>&lt;/html&gt;</code>) optional, implied immediately
+		    before the end of the document.</dd>
 		<dt>Element-specific attributes</dt>
-		<dd><code title="">xxx</code></dd>
+		<dd><code title="attr-html-manifest">manifest</code></dd>
 		<dt>Internationalisation Techniques</dt>
 		<dd>None.</dd>
 		<dt>Accessibility Techniques</dt>

Received on Friday, 28 November 2008 02:46:42 UTC