- From: Lachlan Hunt via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 Mar 2009 03:12:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-author In directory hutz:/tmp/cvs-serv1324 Modified Files: Overview.html Overview.src.html Log Message: Added tag requirements to element summaries Index: Overview.html =================================================================== 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:12:13 UTC