[html5] r2721 - [e] (0) Missed that onload was a global that was also on <body>.

whatwg at whatwg.org whatwg at whatwg.org
Thu Jan 29 15:25:15 PST 2009


Author: ianh
Date: 2009-01-29 15:25:14 -0800 (Thu, 29 Jan 2009)
New Revision: 2721

Modified:
   index
   source
Log:
[e] (0) Missed that onload was a global that was also on <body>.

Modified: index
===================================================================
--- index	2009-01-29 05:12:36 UTC (rev 2720)
+++ index	2009-01-29 23:25:14 UTC (rev 2721)
@@ -6720,7 +6720,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>
@@ -6731,10 +6731,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>
+  </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

Modified: source
===================================================================
--- source	2009-01-29 05:12:36 UTC (rev 2720)
+++ source	2009-01-29 23:25:14 UTC (rev 2721)
@@ -6773,7 +6773,7 @@
    <dd><code title="handler-onkeydown">onkeydown</code></dd>
    <dd><code title="handler-onkeypress">onkeypress</code></dd>
    <dd><code title="handler-onkeyup">onkeyup</code></dd>
-   <dd><code title="handler-onload">onload</code></dd>
+   <dd><code title="handler-onload">onload</code>*</dd>
    <dd><code title="handler-onmessage">onmessage</code>*</dd>
    <dd><code title="handler-onmousedown">onmousedown</code></dd>
    <dd><code title="handler-onmousemove">onmousemove</code></dd>
@@ -6786,12 +6786,10 @@
    <dd><code title="handler-onsubmit">onsubmit</code></dd>
   </dl>
 
-  <p class="note">The two attributes marked with an asterisk, <code
-  title="handler-onerror">onerror</code> and <code
-  title="handler-onmessage">onmessage</code>, cannot be specified on
-  <code>body</code> elements as those elements expose <span>event
-  handler attributes</span> of the <code>Window</code> object with the
-  same names.</p>
+  <p class="note">The attributes marked with an asterisk cannot be
+  specified on <code>body</code> elements as those elements expose
+  <span>event handler attributes</span> of the <code>Window</code>
+  object with the same names.</p>
 
   <hr>
 




More information about the Commit-Watchers mailing list