html5/spec Overview.html,1.3473,1.3474

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12614

Modified Files:
	Overview.html 
Log Message:
Some clarifications about events and event handler attributes. (whatwg r4339)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3473
retrieving revision 1.3474
diff -u -d -r1.3473 -r1.3474
--- Overview.html	27 Oct 2009 02:05:20 -0000	1.3473
+++ Overview.html	27 Oct 2009 06:08:31 -0000	1.3474
@@ -7009,7 +7009,10 @@
   </ul><p class="note">The attributes marked with an asterisk have a
   different meaning when specified on <code><a href="#the-body-element-0">body</a></code> elements as
   those elements expose <a href="#event-handlers">event handlers</a> of the
-  <code><a href="#window">Window</a></code> object with the same names.<hr><p><a href="#custom-data-attribute" title="custom data attribute">Custom data attributes</a>
+  <code><a href="#window">Window</a></code> object with the same names.<p class="note">While these attributes apply to all elements, they
+  are not useful on all elements. For example, only <a href="#media-element" title="media
+  element">media elements</a> will ever receive a <code title="event-media-volumechange"><a href="#event-media-volumechange">volumechange</a></code> event fired by
+  the user agent.<hr><p><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.<hr><p>In <a href="#html-documents">HTML documents</a>, elements in the <a href="#html-namespace-0">HTML
   namespace</a> may have an <code title="">xmlns</code> attribute
@@ -70697,7 +70700,7 @@
 
     <tr><td> <code title="event-load">load</code>
      <td> <code>Event</code>
-     <td> Fired when a resource has finished loading
+     <td> Fired at the <code><a href="#window">Window</a></code> when the document has finished loading; fired at an element containing a resource (e.g. <code><a href="#the-img-element">img</a></code>, <code><a href="#the-embed-element">embed</a></code>) when its resource has finished loading
 
     <tr><td> <code title="event-message"><a href="#event-message">message</a></code>
      <td> <code><a href="#messageevent">MessageEvent</a></code>

Received on Tuesday, 27 October 2009 06:08:37 UTC