- From: Lachlan Hunt via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 Mar 2009 02:59:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-author In directory hutz:/tmp/cvs-serv31077 Modified Files: Overview.html Overview.src.html Log Message: Updated element summary script to include descriptions, added descriptions to element summaries in the draft Index: Overview.html =================================================================== RCS file: /sources/public/html5/html-author/Overview.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- Overview.html 5 Mar 2009 00:23:49 -0000 1.33 +++ Overview.html 5 Mar 2009 02:59:33 -0000 1.34 @@ -27,7 +27,8 @@ .proposal { border: blue solid; padding: 1em; } table.matrix, table.matrix td { border: none; text-align: right; } table.matrix { margin-left: 2em; } - + table.index { border-collapse: collapse; } + table.index, table.index th, table.index td { border: 1px solid silver; } .example { padding-left: 1em; background: #EFF; border-left: 3px solid lightblue; } .example.html { background: #EEF; border-color: blue; } .example.xhtml { background: #FFC; border-color: gold; } @@ -237,12 +238,11 @@ <li><a href=#the-textarea-element><span class=secno>4.2.88 </span>The <code>textarea</code> element</a></li> [...1148 lines suppressed...] <td>required</td> <td>Interactive tree, list or tabular data</td> @@ -5135,7 +5099,7 @@ <p>These elements are obsolete and should not be used by authors. However, they are documented here because they are supported by browsers, along with notes about conforming alternatives that may be used instead. - </p><table> + </p><table class=index> <thead> <tr> <th>Element</th> @@ -5253,7 +5217,7 @@ <section> - <h5 id=attributes-95><span class=secno>6.1.2.1 </span>Attributes</h5> + <h5 id=attributes-94><span class=secno>6.1.2.1 </span>Attributes</h5> <p>Unless explicitly stated otherwise for a specific purpose, all attribute values in examples are quoted using double quotes. In HTML examples, boolean attributes are written in their minimised form and in XHTML Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html-author/Overview.src.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- Overview.src.html 5 Mar 2009 00:23:49 -0000 1.34 +++ Overview.src.html 5 Mar 2009 02:59:33 -0000 1.35 @@ -29,7 +29,8 @@ .proposal { border: blue solid; padding: 1em; } table.matrix, table.matrix td { border: none; text-align: right; } table.matrix { margin-left: 2em; } - + table.index { border-collapse: collapse; } + table.index, table.index th, table.index td { border: 1px solid silver; } .example { padding-left: 1em; background: #EFF; border-left: 3px solid lightblue; } .example.html { background: #EEF; border-color: blue; } .example.xhtml { background: #FFC; border-color: gold; } @@ -416,7 +417,7 @@ <div class=element> [...1016 lines suppressed...] <dl class=html-tags> <dt>Start tag:</dt> <dd></dd> @@ -4265,7 +4230,7 @@ <h1>Index of Elements</h1> <section> <h1>Conforming Elements</h1> - <table> + <table class="index"> <thead> <tr> <th>Element</th> @@ -4998,7 +4963,7 @@ <p>These elements are obsolete and should not be used by authors. However, they are documented here because they are supported by browsers, along with notes about conforming alternatives that may be used instead. - <table> + <table class="index"> <thead> <tr> <th>Element</th>
Received on Thursday, 5 March 2009 02:59:43 UTC