- From: poot <cvsmail@w3.org>
- Date: Thu, 5 Mar 2009 12:00:09 +0900 (JST)
- To: public-html-diffs@w3.org
Updated element summary script to include descriptions, added descriptions to element summaries in the draft 6.1.2 Example Markup http://people.w3.org/mike/diffs/html5/html-author/Overview.1.34.html#example-markup 5.1 Conforming Elements http://people.w3.org/mike/diffs/html5/html-author/Overview.1.34.html#conforming-elements 5.2 Obsolete Elements http://people.w3.org/mike/diffs/html5/html-author/Overview.1.34.html#obsolete-elements 6.1.2.1 Attributes http://people.w3.org/mike/diffs/html5/html-author/Overview.1.34.html#attributes-94 4 The HTML Vocabulary and APIs http://people.w3.org/mike/diffs/html5/html-author/Overview.1.34.html#the-html-vocabulary-and-apis 4.2.92 The bb element http://people.w3.org/mike/diffs/html5/html-author/Overview.1.34.html#the-bb-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.33&r2=1.34&f=h =================================================================== 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 03:00:46 UTC