- From: poot <cvsmail@w3.org>
- Date: Sun, 8 Mar 2009 22:37:10 +0900 (JST)
- To: public-html-diffs@w3.org
Updated notes for obsolete elements http://people.w3.org/mike/diffs/html5/html-author/utils/indexelements-template.1.2.html http://dev.w3.org/html5/html-author/utils/indexelements-template.html http://people.w3.org/mike/diffs/html5/html-author/utils/indexelements-template.diff.html http://dev.w3.org/cvsweb/html5/html-author/utils/indexelements-template.html?r1=1.1&r2=1.2&f=h =================================================================== RCS file: /sources/public/html5/html-author/utils/indexelements-template.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- indexelements-template.html 5 Mar 2009 00:26:03 -0000 1.1 +++ indexelements-template.html 6 Mar 2009 11:46:04 -0000 1.2 @@ -1,4 +1,4 @@ -<table> +<table class="index"> <thead> <tr> <th>Element</th> Index: elementdesc.txt =================================================================== RCS file: /sources/public/html5/html-author/utils/elementdesc.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- elementdesc.txt 6 Mar 2009 10:30:02 -0000 1.3 +++ elementdesc.txt 6 Mar 2009 11:46:04 -0000 1.4 @@ -729,6 +729,7 @@ start=required end=required status=obsolete +notes=Use the <code>object</code> element. [basefont] desc=The <code>basefont</code> element represents a base font style for the document. @@ -736,7 +737,7 @@ start=required end=empty status=obsolete -notes=This has limited support in browsers. Use CSS stylesheets instead. +notes=This has limited support in browsers. Use CSS instead. [bgsound] desc=The <code>bgsound</code> element @@ -744,6 +745,7 @@ start=required end=empty status=obsolete +notes=Use the <code>audio</code> element. [big] desc=The <code>big</code> element @@ -751,6 +753,7 @@ start=required end=required status=obsolete +notes=Use a semantically appropriate element with CSS for style. [blink] desc=The <code>blink</code> element @@ -758,6 +761,7 @@ start=required end=required status=obsolete +notes=CSS provides an alternative with limited browser support, but note that blinking text is annoying. [center] desc=The <code>center</code> element @@ -765,6 +769,7 @@ start=required end=required status=obsolete +notes=Use a semantically appropriate element with CSS for style. [dir] desc=The <code>dir</code> element @@ -772,6 +777,7 @@ start=required end=required status=obsolete +notes=Use the <code>ul</code> element. [font] desc=The <code>font</code> element represents font styling @@ -787,6 +793,7 @@ start=required end=required status=obsolete +notes=Consider using CSS layouts or the <code>iframe</code> element. [frameset] desc=The <code>frameset</code> element @@ -794,6 +801,7 @@ start=required end=required status=obsolete +notes=Consider using CSS layouts or the <code>iframe</code> element. [listing] desc=The <code>listing</code> element represents a block of preformatted text, in which structure is represented by typographic conventions rather than by elements. @@ -809,6 +817,7 @@ start=required end=required status=obsolete +notes=Scripting or CSS animations can be used to simulate scrolling text. [nobr] desc=The <code>nobr</code> element @@ -816,6 +825,7 @@ start=required end=required status=obsolete +notes=Use a semantically appropriate element with CSS for style. [noembed] desc=The <code>noembed</code> element @@ -823,6 +833,7 @@ start=required end=required status=obsolete +notes= [noframes] desc=The <code>noframes</code> element @@ -830,6 +841,7 @@ start=required end=required status=obsolete +notes= [isindex] desc=The <code>isindex</code> element @@ -837,6 +849,7 @@ start=required end=required status=obsolete +notes=Use a form with a text <code>input</code> and submit button. [plaintext] desc=The <code>plaintext</code> element represents a block of preformatted text, in which structure is represented by typographic conventions rather than by elements. @@ -852,6 +865,7 @@ start=required end=required status=obsolete +notes=Consider using the <code>del</code>, if appropriate, or another semantically appropriate element with CSS for style. [spacer] desc=The <code>spacer</code> element @@ -859,6 +873,7 @@ start=required end=required status=obsolete +notes=Use CSS layout techniques. [strike] desc=The <code>strike</code> element @@ -866,6 +881,7 @@ start=required end=required status=obsolete +notes=Consider using the <code>del</code>, if appropriate, or another semantically appropriate element with CSS for style. [u] desc=The <code>u</code> element @@ -873,6 +889,7 @@ start=required end=required status=obsolete +notes=Use a semantically appropriate element with CSS for style. [wbr] desc=The <code>wbr</code> element @@ -880,6 +897,7 @@ start=required end=empty status=obsolete +notes= [xmp] desc=The <code>xmp</code> element represents a block of preformatted text, in which structure is represented by typographic conventions rather than by elements. Index: indexelements.html =================================================================== RCS file: /sources/public/html5/html-author/utils/indexelements.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- indexelements.html 6 Mar 2009 10:32:18 -0000 1.2 +++ indexelements.html 6 Mar 2009 11:46:04 -0000 1.3 @@ -1,4 +1,4 @@ -<table> +<table class="index"> <thead> <tr> <th>Element</th> @@ -727,7 +727,7 @@ </table> -<table> +<table class="index"> <thead> <tr> <th>Element</th> @@ -750,49 +750,49 @@ <td>required</td> <td>required</td> <td>Java applet</td> - <td/> + <td>Use the <code>object</code> element.</td> </tr> <tr> <td><code>basefont</code></td> <td>required</td> <td>empty</td> <td>Base font style</td> - <td>This has limited support in browsers. Use CSS stylesheets instead.</td> + <td>This has limited support in browsers. Use CSS instead.</td> </tr> <tr> <td><code>bgsound</code></td> <td>required</td> <td>empty</td> <td></td> - <td/> + <td>Use the <code>audio</code> element.</td> </tr> <tr> <td><code>big</code></td> <td>required</td> <td>required</td> <td></td> - <td/> + <td>Use a semantically appropriate element with CSS for style.</td> </tr> <tr> <td><code>blink</code></td> <td>required</td> <td>required</td> <td></td> - <td/> + <td>CSS provides an alternative with limited browser support, but note that blinking text is annoying.</td> </tr> <tr> <td><code>center</code></td> <td>required</td> <td>required</td> <td></td> - <td/> + <td>Use a semantically appropriate element with CSS for style.</td> </tr> <tr> <td><code>dir</code></td> <td>required</td> <td>required</td> <td></td> - <td/> + <td>Use the <code>ul</code> element.</td> </tr> <tr> <td><code>font</code></td> @@ -806,21 +806,21 @@ <td>required</td> <td>required</td> <td></td> - <td/> + <td>Consider using CSS layouts or the <code>iframe</code> element.</td> </tr> <tr> <td><code>frameset</code></td> <td>required</td> <td>required</td> <td></td> - <td/> + <td>Consider using CSS layouts or the <code>iframe</code> element.</td> </tr> <tr> <td><code>isindex</code></td> <td>required</td> <td>required</td> <td></td> - <td/> + <td>Use a form with a text <code>input</code> and submit button.</td> </tr> <tr> <td><code>listing</code></td> @@ -834,14 +834,14 @@ <td>required</td> <td>required</td> <td></td> - <td/> + <td>Scripting or CSS animations can be used to simulate scrolling text.</td> </tr> <tr> <td><code>nobr</code></td> <td>required</td> <td>required</td> <td></td> - <td/> + <td>Use a semantically appropriate element with CSS for style.</td> </tr> <tr> <td><code>noembed</code></td> @@ -869,28 +869,28 @@ <td>required</td> <td>required</td> <td></td> - <td/> + <td>Consider using the <code>del</code>, if appropriate, or another semantically appropriate element with CSS for style.</td> </tr> <tr> <td><code>spacer</code></td> <td>required</td> <td>required</td> <td></td> - <td/> + <td>Use CSS layout techniques.</td> </tr> <tr> <td><code>strike</code></td> <td>required</td> <td>required</td> <td></td> - <td/> + <td>Consider using the <code>del</code>, if appropriate, or another semantically appropriate element with CSS for style.</td> </tr> <tr> <td><code>u</code></td> <td>required</td> <td>required</td> <td></td> - <td/> + <td>Use a semantically appropriate element with CSS for style.</td> </tr> <tr> <td><code>wbr</code></td>
Received on Sunday, 8 March 2009 13:37:46 UTC