[html5] r2871 - [e] (0) There were a couple of places where I forgot that 'load' was also special.

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 26 00:35:48 PST 2009


Author: ianh
Date: 2009-02-26 00:35:47 -0800 (Thu, 26 Feb 2009)
New Revision: 2871

Modified:
   index
   source
Log:
[e] (0) There were a couple of places where I forgot that 'load' was also special.

Modified: index
===================================================================
--- index	2009-02-26 08:33:42 UTC (rev 2870)
+++ index	2009-02-26 08:35:47 UTC (rev 2871)
@@ -7132,11 +7132,10 @@
    <li><code title=handler-onscroll><a href=#handler-onscroll>onscroll</a></code></li>
    <li><code title=handler-onselect><a href=#handler-onselect>onselect</a></code></li>
    <li><code title=handler-onsubmit><a href=#handler-onsubmit>onsubmit</a></code></li>
-  </ul><p class=note>The attribute<!--s--> marked with an asterisk cannot
-  be specified on <code><a href=#the-body-element>body</a></code> elements as those elements expose
-  <!---->an<!----> <a href=#event-handler-attributes-0 title="event handler attributes">event
-  handler attribute<!--s--></a> of the <code><a href=#window>Window</a></code> object
-  with the same name<!--s-->.</p>
+  </ul><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
@@ -10738,12 +10737,11 @@
   attributes</a> of the <code><a href=#window>Window</a></code> object. It also mirrors
   their <a href=#event-handler-dom-attributes>event handler DOM attributes</a>.</p>
 
-  <p>The <code title=handler-window-onerror><a href=#handler-window-onerror>onerror</a></code> <a href=#event-handler-attributes-0 title="event handler attributes">event handler
-  attribute<!--s--></a> of the <code><a href=#window>Window</a></code> object, exposed
-  on the <code><a href=#the-body-element>body</a></code> element, shadow<!---->s<!----> the generic
-  <code title=handler-onerror><a href=#handler-onerror>onerror</a></code> <a href=#event-handler-attributes-0 title="event
-  handler attributes">event handler attribute<!--s--></a> normally
-  supported by <a href=#html-elements>HTML elements</a>.</p>
+  <p>The <code title=handler-window-onerror><a href=#handler-window-onerror>onerror</a></code> and <code title=handler-window-onload><a href=#handler-window-onload>onload</a></code> <a href=#event-handler-attributes-0>event handler
+  attributes</a> of the <code><a href=#window>Window</a></code> object, exposed on the
+  <code><a href=#the-body-element>body</a></code> element, shadow the generic <code title=handler-onerror><a href=#handler-onerror>onerror</a></code> and <code title=handler-onload><a href=#handler-onload>onload</a></code> <a href=#event-handler-attributes-0>event handler
+  attributes</a> normally supported by <a href=#html-elements>HTML
+  elements</a>.</p>
 
   <p class=example>Thus, for example, a bubbling <code title=event-error><a href=#event-error>error</a></code> event fired on a child of <a href=#the-body-element-0>the
   body element</a> of a <code>Document</code> would first trigger

Modified: source
===================================================================
--- source	2009-02-26 08:33:42 UTC (rev 2870)
+++ source	2009-02-26 08:35:47 UTC (rev 2871)
@@ -7230,11 +7230,10 @@
    <li><code title="handler-onsubmit">onsubmit</code></li>
   </ul>
 
-  <p class="note">The attribute<!--s--> marked with an asterisk cannot
-  be specified on <code>body</code> elements as those elements expose
-  <!---->an<!----> <span title="event handler attributes">event
-  handler attribute<!--s--></span> of the <code>Window</code> object
-  with the same name<!--s-->.</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>
 
@@ -11359,13 +11358,14 @@
   attributes</span> of the <code>Window</code> object. It also mirrors
   their <span>event handler DOM attributes</span>.</p>
 
-  <p>The <code title="handler-window-onerror">onerror</code> <span
-  title="event handler attributes">event handler
-  attribute<!--s--></span> of the <code>Window</code> object, exposed
-  on the <code>body</code> element, shadow<!---->s<!----> the generic
-  <code title="handler-onerror">onerror</code> <span title="event
-  handler attributes">event handler attribute<!--s--></span> normally
-  supported by <span>HTML elements</span>.</p>
+  <p>The <code title="handler-window-onerror">onerror</code> and <code
+  title="handler-window-onload">onload</code> <span>event handler
+  attributes</span> of the <code>Window</code> object, exposed on the
+  <code>body</code> element, shadow the generic <code
+  title="handler-onerror">onerror</code> and <code
+  title="handler-onload">onload</code> <span>event handler
+  attributes</span> normally supported by <span>HTML
+  elements</span>.</p>
 
   <p class="example">Thus, for example, a bubbling <code
   title="event-error">error</code> event fired on a child of <span>the




More information about the Commit-Watchers mailing list