[html5] r4782 - [c] (0) List some more obsolete attributes (these, from the 'reserved' notes in [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 18 00:04:32 PST 2010


Author: ianh
Date: 2010-02-18 00:04:30 -0800 (Thu, 18 Feb 2010)
New Revision: 4782

Modified:
   complete.html
   index
   source
Log:
[c] (0) List some more obsolete attributes (these, from the 'reserved' notes in the HTML4 DTD -- yes, we're scraping the bottom of the barrel now)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9000

Modified: complete.html
===================================================================
--- complete.html	2010-02-18 07:49:18 UTC (rev 4781)
+++ complete.html	2010-02-18 08:04:30 UTC (rev 4782)
@@ -12726,7 +12726,7 @@
 
    <li>
 
-    <p>If the <code><a href=#script>script</a></code> element has a <code title=attr-script-for>for</code> attribute, then the user agent
+    <p>If the <code><a href=#script>script</a></code> element has a <code title=attr-script-for><a href=#attr-script-for>for</a></code> attribute, then the user agent
     must abort these steps at this point. The script is not
     executed.</p>
 
@@ -83997,12 +83997,24 @@
    <dd><p>Use the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute
    instead.</dd>
 
+   <dt><dfn id=attr-script-event title=attr-script-event><code>event</code></dfn> on <code><a href=#script>script</a></code> elements</dt>
+   <dt><dfn id=attr-script-for title=attr-script-for><code>for</code></dfn> on <code><a href=#script>script</a></code> elements</dt>
+   <dd><p>Use DOM Events mechanisms to register event listeners. <a href=#refsDOMEVENTS>[DOMEVENTS]</a></dd>
+
+   <dt><dfn id=attr-table-datapagesize title=attr-table-datapagesize><code>datapagesize</code></dfn> on <code><a href=#the-table-element>table</a></code> elements</dt>
+   <dd><p>Unnecessary. Omit it altogether.</dd>
+
    <dt><dfn id=attr-tdth-abbr title=attr-tdth-abbr><code>abbr</code></dfn> on <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements</dt>
    <dd><p>Use text that begins in an unambiguous and terse manner, and include any more elaborate text after that.</p>
 
    <dt><dfn id=attr-tdth-axis title=attr-tdth-axis><code>axis</code></dfn> on <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements</dt>
    <dd><p>Use the <code title=attr-th-scope><a href=#attr-th-scope>scope</a></code> attribute.</p>
 
+   <dt><dfn id=attr-datasrc title=attr-datasrc><code>datasrc</code></dfn> on any element</dt>
+   <dt><dfn id=attr-datafld title=attr-datafld><code>datafld</code></dfn> on any element</dt>
+   <dt><dfn id=attr-dataformatas title=attr-dataformatas><code>dataformatas</code></dfn> on any element</dt>
+   <dd><p>Use script and a mechanism such as <code>XMLHttpRequest</code> to populate the page dynamically. <a href=#refsXHR>[XHR]</a></dd>
+
    <dt><dfn id=attr-body-alink title=attr-body-alink><code>alink</code></dfn> on <code><a href=#the-body-element-0>body</a></code> elements</dt>
    <dt><dfn id=attr-body-background title=attr-body-background><code>background</code></dfn> on <code><a href=#the-body-element-0>body</a></code> elements</dt>
    <dt><dfn id=attr-body-bgcolor title=attr-body-bgcolor><code>bgcolor</code></dfn> on <code><a href=#the-body-element-0>body</a></code> elements</dt>

Modified: index
===================================================================
--- index	2010-02-18 07:49:18 UTC (rev 4781)
+++ index	2010-02-18 08:04:30 UTC (rev 4782)
@@ -12625,7 +12625,7 @@
 
    <li>
 
-    <p>If the <code><a href=#script>script</a></code> element has a <code title=attr-script-for>for</code> attribute, then the user agent
+    <p>If the <code><a href=#script>script</a></code> element has a <code title=attr-script-for><a href=#attr-script-for>for</a></code> attribute, then the user agent
     must abort these steps at this point. The script is not
     executed.</p>
 
@@ -78306,12 +78306,24 @@
    <dd><p>Use the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute
    instead.</dd>
 
+   <dt><dfn id=attr-script-event title=attr-script-event><code>event</code></dfn> on <code><a href=#script>script</a></code> elements</dt>
+   <dt><dfn id=attr-script-for title=attr-script-for><code>for</code></dfn> on <code><a href=#script>script</a></code> elements</dt>
+   <dd><p>Use DOM Events mechanisms to register event listeners. <a href=#refsDOMEVENTS>[DOMEVENTS]</a></dd>
+
+   <dt><dfn id=attr-table-datapagesize title=attr-table-datapagesize><code>datapagesize</code></dfn> on <code><a href=#the-table-element>table</a></code> elements</dt>
+   <dd><p>Unnecessary. Omit it altogether.</dd>
+
    <dt><dfn id=attr-tdth-abbr title=attr-tdth-abbr><code>abbr</code></dfn> on <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements</dt>
    <dd><p>Use text that begins in an unambiguous and terse manner, and include any more elaborate text after that.</p>
 
    <dt><dfn id=attr-tdth-axis title=attr-tdth-axis><code>axis</code></dfn> on <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements</dt>
    <dd><p>Use the <code title=attr-th-scope><a href=#attr-th-scope>scope</a></code> attribute.</p>
 
+   <dt><dfn id=attr-datasrc title=attr-datasrc><code>datasrc</code></dfn> on any element</dt>
+   <dt><dfn id=attr-datafld title=attr-datafld><code>datafld</code></dfn> on any element</dt>
+   <dt><dfn id=attr-dataformatas title=attr-dataformatas><code>dataformatas</code></dfn> on any element</dt>
+   <dd><p>Use script and a mechanism such as <code>XMLHttpRequest</code> to populate the page dynamically. <a href=#refsXHR>[XHR]</a></dd>
+
    <dt><dfn id=attr-body-alink title=attr-body-alink><code>alink</code></dfn> on <code><a href=#the-body-element-0>body</a></code> elements</dt>
    <dt><dfn id=attr-body-background title=attr-body-background><code>background</code></dfn> on <code><a href=#the-body-element-0>body</a></code> elements</dt>
    <dt><dfn id=attr-body-bgcolor title=attr-body-bgcolor><code>bgcolor</code></dfn> on <code><a href=#the-body-element-0>body</a></code> elements</dt>

Modified: source
===================================================================
--- source	2010-02-18 07:49:18 UTC (rev 4781)
+++ source	2010-02-18 08:04:30 UTC (rev 4782)
@@ -93331,12 +93331,24 @@
    <dd><p>Use the <code title="attr-script-type">type</code> attribute
    instead.</p></dd>
 
+   <dt><dfn title="attr-script-event"><code>event</code></dfn> on <code>script</code> elements</dt>
+   <dt><dfn title="attr-script-for"><code>for</code></dfn> on <code>script</code> elements</dt>
+   <dd><p>Use DOM Events mechanisms to register event listeners. <a href="#refsDOMEVENTS">[DOMEVENTS]</a></p></dd>
+
+   <dt><dfn title="attr-table-datapagesize"><code>datapagesize</code></dfn> on <code>table</code> elements</dt>
+   <dd><p>Unnecessary. Omit it altogether.</p></dd>
+
    <dt><dfn title="attr-tdth-abbr"><code>abbr</code></dfn> on <code>td</code> and <code>th</code> elements</dt>
    <dd><p>Use text that begins in an unambiguous and terse manner, and include any more elaborate text after that.</p>
 
    <dt><dfn title="attr-tdth-axis"><code>axis</code></dfn> on <code>td</code> and <code>th</code> elements</dt>
    <dd><p>Use the <code title="attr-th-scope">scope</code> attribute.</p>
 
+   <dt><dfn title="attr-datasrc"><code>datasrc</code></dfn> on any element</dt>
+   <dt><dfn title="attr-datafld"><code>datafld</code></dfn> on any element</dt>
+   <dt><dfn title="attr-dataformatas"><code>dataformatas</code></dfn> on any element</dt>
+   <dd><p>Use script and a mechanism such as <code>XMLHttpRequest</code> to populate the page dynamically. <a href="#refsXHR">[XHR]</a></p></dd>
+
    <dt><dfn title="attr-body-alink"><code>alink</code></dfn> on <code>body</code> elements</dt>
    <dt><dfn title="attr-body-background"><code>background</code></dfn> on <code>body</code> elements</dt>
    <dt><dfn title="attr-body-bgcolor"><code>bgcolor</code></dfn> on <code>body</code> elements</dt>




More information about the Commit-Watchers mailing list