html-author/Overview.html 1.35 Added tag requirements to element summar

Added tag requirements to element summaries

4.2.1 The html element
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.35.html#the-html-element
HTMLCommandElement
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.35.html#htmlcommandelement
4.1.1 Metadata Content
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.35.html#metadata-content
4.2.2 The head element
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.35.html#the-head-element
4 The HTML Vocabulary and APIs
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.35.html#the-html-vocabulary-and-apis
4.2.95 The div element
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.35.html#the-div-element

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

===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Overview.html 5 Mar 2009 02:59:33 -0000 1.34
+++ Overview.html 5 Mar 2009 03:12:01 -0000 1.35
@@ -556,8 +556,8 @@
     <p class=desc>The <code><a href=#the-html-element>html</a></code> element represents the root of an HTML document.</p>
 
     <dl class=html-tags>
-     <dt>Start tag:</dt> <dd></dd>
-     <dt>End tag:</dt> <dd></dd>
+     <dt>Start tag:</dt> <dd>optional</dd>
+     <dt>End tag:</dt> <dd>optional</dd>
     </dl>
 
     <table class=kinds-of-content>
@@ -590,8 +590,8 @@
[...1013 lines suppressed...]
 
     <dl class=html-tags>
-     <dt>Start tag:</dt> <dd></dd>
-     <dt>End tag:</dt> <dd></dd>
+     <dt>Start tag:</dt> <dd>required</dd>
+     <dt>End tag:</dt> <dd>required</dd>
     </dl>
 
     <table class=kinds-of-content>
@@ -4330,8 +4330,8 @@
     <p class=desc>The <code><a href=#the-div-element>div</a></code> element represents nothing at all. It can be used with the <code title=attr-class>class</code>, <code title=attr-lang>lang</code>/<code title=attr-xml-lang>xml:lang</code>, and <code title=attr-title>title</code> attributes to mark up semantics common to a group of consecutive elements.</p>
 
     <dl class=html-tags>
-     <dt>Start tag:</dt> <dd></dd>
-     <dt>End tag:</dt> <dd></dd>
+     <dt>Start tag:</dt> <dd>required</dd>
+     <dt>End tag:</dt> <dd>required</dd>
     </dl>
 
     <table class=kinds-of-content>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Overview.src.html 5 Mar 2009 02:59:33 -0000 1.35
+++ Overview.src.html 5 Mar 2009 03:12:01 -0000 1.36
@@ -420,8 +420,8 @@
     <p class=desc>The <code>html</code> element represents the root of an HTML document.</p>
 
     <dl class=html-tags>
-     <dt>Start tag:</dt> <dd></dd>
-     <dt>End tag:</dt> <dd></dd>
+     <dt>Start tag:</dt> <dd>optional</dd>
+     <dt>End tag:</dt> <dd>optional</dd>
     </dl>
 
     <table class=kinds-of-content>
@@ -454,8 +454,8 @@
[...1013 lines suppressed...]
 
     <dl class=html-tags>
-     <dt>Start tag:</dt> <dd></dd>
-     <dt>End tag:</dt> <dd></dd>
+     <dt>Start tag:</dt> <dd>required</dd>
+     <dt>End tag:</dt> <dd>required</dd>
     </dl>
 
     <table class=kinds-of-content>
@@ -4194,8 +4194,8 @@
     <p class=desc>The <code>div</code> element represents nothing at all. It can be used with the <code title=attr-class>class</code>, <code title=attr-lang>lang</code>/<code title=attr-xml-lang>xml:lang</code>, and <code title=attr-title>title</code> attributes to mark up semantics common to a group of consecutive elements.</p>
 
     <dl class=html-tags>
-     <dt>Start tag:</dt> <dd></dd>
-     <dt>End tag:</dt> <dd></dd>
+     <dt>Start tag:</dt> <dd>required</dd>
+     <dt>End tag:</dt> <dd>required</dd>
     </dl>
 
     <table class=kinds-of-content>

Received on Thursday, 5 March 2009 03:13:06 UTC