spec/Overview.html 1.1891 2721 Missed that onload was a global that was

Missed that onload was a global that was also on <body>. (whatwg r2721)

3.3.3 Global attributes
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1891.html#global-attributes

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1890&r2=1.1891&f=h
http://html5.org/tools/web-apps-tracker?from=2720&to=2721

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1890
retrieving revision 1.1891
diff -u -d -r1.1890 -r1.1891
--- Overview.html 29 Jan 2009 05:12:42 -0000 1.1890
+++ Overview.html 29 Jan 2009 23:25:20 -0000 1.1891
@@ -5559,7 +5559,7 @@
    <dd><code title=handler-onkeydown><a href=#handler-onkeydown>onkeydown</a></code></dd>
    <dd><code title=handler-onkeypress><a href=#handler-onkeypress>onkeypress</a></code></dd>
    <dd><code title=handler-onkeyup><a href=#handler-onkeyup>onkeyup</a></code></dd>
-   <dd><code title=handler-onload><a href=#handler-onload>onload</a></code></dd>
+   <dd><code title=handler-onload><a href=#handler-onload>onload</a></code>*</dd>
    <dd><code title=handler-onmessage><a href=#handler-onmessage>onmessage</a></code>*</dd>
    <dd><code title=handler-onmousedown><a href=#handler-onmousedown>onmousedown</a></code></dd>
    <dd><code title=handler-onmousemove><a href=#handler-onmousemove>onmousemove</a></code></dd>
@@ -5570,10 +5570,10 @@
    <dd><code title=handler-onscroll><a href=#handler-onscroll>onscroll</a></code></dd>
    <dd><code title=handler-onselect><a href=#handler-onselect>onselect</a></code></dd>
    <dd><code title=handler-onsubmit><a href=#handler-onsubmit>onsubmit</a></code></dd>
-  </dl><p class=note>The two attributes marked with an asterisk, <code title=handler-onerror><a href=#handler-onerror>onerror</a></code> and <code title=handler-onmessage><a href=#handler-onmessage>onmessage</a></code>, cannot be specified on
-  <code><a href=#the-body-element>body</a></code> elements as those elements expose <a href=#event-handler-attributes-0>event
-  handler attributes</a> of the <code><a href=#window>Window</a></code> object with the
-  same names.</p><hr><p>Also, <a href=#custom-data-attribute title="custom data attribute">custom data
+  </dl><p class=note>The attributes marked with an asterisk cannot be
+  specified on <code><a href=#the-body-element>body</a></code> elements as those elements expose
+  <a href=#event-handler-attributes-0>event handler attributes</a> of the <code><a href=#window>Window</a></code>
+  object with the same names.</p><hr><p>Also, <a href=#custom-data-attribute title="custom data attribute">custom data
   attributes</a> (e.g. <code title="">data-foldername</code> or
   <code title="">data-msgid</code>) can be specified on any <a href=#html-elements title="HTML elements">HTML element</a>, to store custom data
   specific to the page.<p>In <a href=#html-documents>HTML documents</a>, elements in the <a href=#html-namespace-0>HTML

Received on Thursday, 29 January 2009 23:29:40 UTC