Skip to content

Commit

Permalink
[e] (0) Hide the event summary from the complete spec since it's only…
Browse files Browse the repository at this point in the history
… listing HTML5 events.

git-svn-id: http://svn.whatwg.org/webapps@4221 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent b613dc0 commit ec7d1f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 135 deletions.
134 changes: 2 additions & 132 deletions complete.html
Expand Up @@ -1244,8 +1244,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
<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-->
Expand Down Expand Up @@ -86000,136 +85999,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
<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>

<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-->
</table><!--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>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -77062,7 +77062,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<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>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -94868,7 +94868,7 @@ interface <span>HTMLDocument</span> {

</table>


<!--END complete--><!-- (only has events from HTML5) -->

<h3 class="no-num">Events</h3>

Expand Down Expand Up @@ -95029,7 +95029,7 @@ interface <span>HTMLDocument</span> {
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-->
Expand Down

0 comments on commit ec7d1f3

Please sign in to comment.