[html5] r4221 - [e] (0) Hide the event summary from the complete spec since it's only listing HT [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 20 22:36:52 PDT 2009


Author: ianh
Date: 2009-10-20 22:36:47 -0700 (Tue, 20 Oct 2009)
New Revision: 4221

Modified:
   complete.html
   index
   source
Log:
[e] (0) Hide the event summary from the complete spec since it's only listing HTML5 events.

Modified: complete.html
===================================================================
--- complete.html	2009-10-21 05:05:09 UTC (rev 4220)
+++ complete.html	2009-10-21 05:36:47 UTC (rev 4221)
@@ -1244,8 +1244,7 @@
   <ol>
    <li><a class=no-num href=#elements-1>Elements</a></li>
    <li><a class=no-num href=#attributes-0>Attributes</a></li>
-   <li><a class=no-num href=#interfaces>Interfaces</a></li>
-   <li><a class=no-num href=#events-0>Events</a></ol></li>
+   <li><a class=no-num href=#interfaces>Interfaces</a></ol></li>
  <li><a class=no-num href=#references>References</a></li>
  <li><a class=no-num href=#acknowledgements>Acknowledgements</a></ol>
 <!--end-toc-->
@@ -86000,137 +85999,8 @@
     <tr><td> <code><a href=#the-var-element>var</a></code>
      <td> <code><a href=#htmlelement>HTMLElement</a></code>
 
-  </table><h3 class=no-num id=events-0>Events</h3>
+  </table><!--START vCard--><!--START vEvent--><h2 class=no-num id=references>References</h2><!--REFS-->
 
-  <p><i>This section is non-normative.</i></p>
-
-  <table><caption>List of events</caption>
-   <thead><tr><th> Event
-     <th> Interface
-     <th> Description
-   <tbody><tr><td> <code title=event-DOMActivate>DOMActivate</code>
-     <td> <code>Event</code>
-     <td> Fired at an element before its <a href=#activation-behavior>activation behavior</a> is run
-
-    <tr><td> <code title=event-DOMContentLoaded>DOMContentLoaded</code>
-     <td> <code>Event</code>
-     <td> Fired at the <code>Document</code> once it and its scripts have loaded, without waiting for other subresources
-
-    <tr><td> <code title=event-abort>abort</code>
-     <td> <code>Event</code>
-     <td> Fired at the <code><a href=#window>Window</a></code> when the download was aborted by the user
-
-    <tr><td> <code title=event-afterprint>afterprint</code>
-     <td> <code>Event</code>
-     <td> Fired at the <code><a href=#window>Window</a></code> after printing
-
-    <tr><td> <code title=event-beforeprint>beforeprint</code>
-     <td> <code>Event</code>
-     <td> Fired at the <code><a href=#window>Window</a></code> before printing
-
-    <tr><td> <code title=event-beforeunload>beforeunload</code>
-     <td> <code><a href=#beforeunloadevent>BeforeUnloadEvent</a></code>
-     <td> Fired at the <code><a href=#window>Window</a></code> when the page is about to be unloaded, in case the page would like to show a warning prompt
-
-    <tr><td> <code title=event-blur>blur</code>
-     <td> <code>Event</code>
-     <td> Fired at nodes losing focus
-
-    <tr><td> <code title=event-change>change</code>
-     <td> <code>Event</code>
-     <td> Fired at controls when the user commits a value change
-
-    <tr><td> <code title=event-contextmenu>contextmenu</code>
-     <td> <code>Event</code>
-     <td> Fired at elements when the user requests their context menu
-
-    <tr><td> <code title=event-error>error</code>
-     <td> <code>Event</code>
-     <td> Fired when a network or script error occurs
-
-    <tr><td> <code title=event-focus>focus</code>
-     <td> <code>Event</code>
-     <td> Fired at nodes gaining focus
-
-    <tr><td> <code title=event-formchange>formchange</code>
-     <td> <code>Event</code>
-     <td> Fired at form controls when the user commits a value change to a control on the form
-
-    <tr><td> <code title=event-forminput>forminput</code>
-     <td> <code>Event</code>
-     <td> Fired at form controls when the user changes the value of a control on the form
-
-    <tr><td> <code title=event-hashchange>hashchange</code>
-     <td> <code>Event</code>
-     <td> Fired at the <code><a href=#window>Window</a></code> when the fragment identifier part of <a href="#the-document's-current-address">the document's current address</a> changes
-
-    <tr><td> <code title=event-input>input</code>
-     <td> <code>Event</code>
-     <td> Fired at controls when the user changes the value
-
-    <tr><td> <code title=event-invalid>invalid</code>
-     <td> <code>Event</code>
-     <td> Fired at controls during form validation if they do not satisfy their constraints
-
-    <tr><td> <code title=event-load>load</code>
-     <td> <code>Event</code>
-     <td> Fired when a 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>
-     <td> Fired at an object when the object receives a message
-
-    <tr><td> <code title=event-offline><a href=#event-offline>offline</a></code>
-     <td> <code>Event</code>
-     <td> Fired at the <code><a href=#window>Window</a></code> when the network connections fails
-
-    <tr><td> <code title=event-online><a href=#event-online>online</a></code>
-     <td> <code>Event</code>
-     <td> Fired at the <code><a href=#window>Window</a></code> when the network connections returns
-
-    <tr><td> <code title=event-popstate><a href=#event-popstate>popstate</a></code>
-     <td> <code><a href=#popstateevent>PopStateEvent</a></code>
-     <td> Fired at the <code><a href=#window>Window</a></code> when the user navigates the <a href=#session-history>session history</a>
-
-    <tr><td> <code title=event-readystatechange>readystatechange</code>
-     <td> <code>Event</code>
-     <td> Fired at the <code>Document</code> when it finishes parsing and again when all its subresources have finished loading
-
-    <tr><td> <code title=event-redo><a href=#event-redo>redo</a></code>
-     <td> <code><a href=#undomanagerevent>UndoManagerEvent</a></code>
-     <td> Fired at the <code><a href=#window>Window</a></code> object when the user <a href=#redo:-moving-forward-in-the-undo-transaction-history title=do-redo>goes forward in the undo transaction history</a>
-
-    <tr><td> <code title=event-reset>reset</code>
-     <td> <code>Event</code>
-     <td> Fired at a <code><a href=#the-form-element>form</a></code> element when it is <a href=#concept-form-reset title=concept-form-reset>reset</a>
-
-    <tr><td> <code title=event-show>show</code>
-     <td> <code>Event</code>
-     <td> Fired at a <code><a href=#menus>menu</a></code> element when it is shown as a context menu
-
-    <tr><td> <code title=event-submit>submit</code>
-     <td> <code>Event</code>
-     <td> Fired at a <code><a href=#the-form-element>form</a></code> element when it is <a href=#concept-form-submit title=concept-form-submit>submitted</a>
-
-    <tr><td> <code title=event-undo><a href=#event-undo>undo</a></code>
-     <td> <code><a href=#undomanagerevent>UndoManagerEvent</a></code>
-     <td> Fired at the <code><a href=#window>Window</a></code> object when the user <a href=#undo:-moving-back-in-the-undo-transaction-history title=do-undo>goes backward in the undo transaction history</a>
-
-    <tr><td> <code title=event-unload>unload</code>
-     <td> <code>Event</code>
-     <td> Fired at the <code><a href=#window>Window</a></code> object when the page is going away
-
-  </table><p class=note>See also <a href=#mediaevents>media element
-  events</a>, <a href=#appcacheevents>application cache events</a>,
-  and <a href=#dndevents>drag-and-drop events</a>.</p>
-
-
-
-
-<!--START vCard--><!--START vEvent-->
-
-  <h2 class=no-num id=references>References</h2><!--REFS-->
-
 <!--END vCard--><!--END vEvent-->
   <p>All references are normative unless marked "Non-normative".</p>
 <!--START vCard--><!--START vEvent-->

Modified: index
===================================================================
--- index	2009-10-21 05:05:09 UTC (rev 4220)
+++ index	2009-10-21 05:36:47 UTC (rev 4221)
@@ -77062,7 +77062,7 @@
     <tr><td> <code><a href=#the-var-element>var</a></code>
      <td> <code><a href=#htmlelement>HTMLElement</a></code>
 
-  </table><h3 class=no-num id=events-0>Events</h3>
+  </table><!-- (only has events from HTML5) --><h3 class=no-num id=events-0>Events</h3>
 
   <p><i>This section is non-normative.</i></p>
 

Modified: source
===================================================================
--- source	2009-10-21 05:05:09 UTC (rev 4220)
+++ source	2009-10-21 05:36:47 UTC (rev 4221)
@@ -94868,8 +94868,8 @@
 
   </table>
 
+<!--END complete--><!-- (only has events from HTML5) -->
 
-
   <h3 class="no-num">Events</h3>
 
   <p><i>This section is non-normative.</i></p>
@@ -95029,8 +95029,8 @@
   events</a>, <a href="#appcacheevents">application cache events</a>,
   and <a href="#dndevents">drag-and-drop events</a>.</p>
 
+<!--START complete-->
 
-
 <!--START websocket-api--><!--START storage--><!--START database--><!--START eventsource--><!--START workers-->
 <!--START vocabs--><!--START vCard--><!--START vEvent--><!--START work-->
 




More information about the Commit-Watchers mailing list