- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 18 Feb 2010 08:04:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20485
Modified Files:
Overview.html
Log Message:
List some more obsolete attributes (these, from the 'reserved' notes in the HTML4 DTD -- yes, we're scraping the bottom of the barrel now) (whatwg r4782)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3829
retrieving revision 1.3830
diff -u -d -r1.3829 -r1.3830
--- Overview.html 18 Feb 2010 07:49:23 -0000 1.3829
+++ Overview.html 18 Feb 2010 08:04:35 -0000 1.3830
@@ -10944,7 +10944,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>
@@ -63539,12 +63539,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>
Received on Thursday, 18 February 2010 08:04:42 UTC