--- a/master/interact.html Mon Jul 22 15:32:53 2013 -0500
+++ b/master/interact.html Thu Jul 25 16:22:15 2013 -0500
@@ -348,101 +348,6 @@
href="script.html#OnMouseOutEventAttribute">onmouseout</a></td>
</tr>
<tr>
- <td id="DOMSubtreeModifiedEvent"><p class="event-name"><strong>DOMSubtreeModified</strong></p>
- <p>This is a general event for notification of all changes
- to the document. It can be used instead of the more
- specific events listed below. (The normative definition of
- this event is the description in the <a
- href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MutationEvent">
- DOM2 specification</a>.)</p></td>
- <td>(same)</td>
- <td><a
- href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MutationEvent">
- MutationEvent</a></td>
- <td>none</td>
- </tr>
- <tr>
- <td id="DOMNodeInsertedEvent"><p class="event-name"><strong>DOMNodeInserted</strong></p>
- <p>Fired when a node has been added as a child of another
- node. (The normative definition of this event is the
- description in the <a
- href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MutationEvent">
- DOM2 specification</a>.)</p></td>
- <td>(same)</td>
- <td><a
- href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MutationEvent">
- MutationEvent</a></td>
- <td>none</td>
- </tr>
- <tr>
- <td id="DOMNodeRemovedEvent"><p class="event-name"><strong>DOMNodeRemoved</strong></p>
- <p>Fired when a node is being removed from another node.
- (The normative definition of this event is the description
- in the <a
- href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MutationEvent">
- DOM2 specification</a>.)</p></td>
- <td>(same)</td>
- <td><a
- href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MutationEvent">
- MutationEvent</a></td>
- <td>none</td>
- </tr>
- <tr>
- <td id="DOMNodeRemovedFromDocumentEvent"><p class="event-name"><strong>DOMNodeRemovedFromDocument</strong></p>
- <p>Fired when a node is being removed from a document,
- either through direct removal of the Node or removal of a
- subtree in which it is contained. (The normative definition
- of this event is the description in the <a
- href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MutationEvent">
- DOM2 specification</a>.)</p></td>
- <td>(same)</td>
- <td><a
- href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MutationEvent">
- MutationEvent</a></td>
- <td>none</td>
- </tr>
- <tr>
- <td id="DOMNodeInsertedIntoDocumentEvent"><p class="event-name"><strong>DOMNodeInsertedIntoDocument</strong></p>
- <p>Fired when a node is being inserted into a document,
- either through direct insertion of the Node or insertion of
- a subtree in which it is contained. (The normative
- definition of this event is the description in the <a
- href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MutationEvent">
- DOM2 specification</a>.)</p></td>
- <td>(same)</td>
- <td><a
- href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MutationEvent">
- MutationEvent</a></td>
- <td>none</td>
- </tr>
- <tr>
- <td id="DOMAttrModifiedEvent"><p class="event-name"><strong>DOMAttrModified</strong></p>
- <p>Fired after an attribute has been modified on a node.
- (The normative definition of this event is the description
- in the <a
- href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MutationEvent">
- DOM2 specification</a>.)</p></td>
- <td>(same)</td>
- <td><a
- href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MutationEvent">
- MutationEvent</a></td>
- <td>none</td>
- </tr>
- <tr>
- <td id="DOMCharacterDataModifiedEvent"><p class="event-name"><strong>DOMCharacterDataModified</strong></p>
- <p>Fired after CharacterData within a node has been
- modified but the node itself has not been inserted or
- deleted. (The normative definition of this event is the
- description in the <a
- href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MutationEvent">
- DOM2 specification</a>.)</p></td>
- <td>(same)</td>
- <td><a
- href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MutationEvent">
- MutationEvent</a></td>
- <td>none</td>
- </tr>
- <tr>
<td id="LoadEvent"><p class="event-name"><strong>SVGLoad</strong></p>
<p>The event is triggered at the point at which the user
agent has fully parsed the element and its descendants and