refer to the DOM3 event dispatch and flow vs. 2
--- a/master/interact.html Wed Nov 20 12:45:54 2013 -0600
+++ b/master/interact.html Wed Nov 20 13:00:13 2013 -0600
@@ -602,9 +602,9 @@
<ol>
<li>If an event handler registered on this element invokes the <code>preventDefault()</code>
DOM method, then no further processing for this element is performed, and the
- event follows the <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-flow">event flow processing</a>
- as described in <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html">DOM Level 2 Events</a>
- [<a href="refs.html#ref-DOM2EVENTS">DOM2EVENTS</a>] (or its successor);</li>
+ event follows the <a href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#event-flow">event dispatch and DOM event flow processing</a>
+ as described in <a href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/">DOM Level 3 Events</a>
+ [<a href="refs.html#ref-DOM3EVENTS">DOM3EVENTS</a>] (or its successor);</li>
<li>If the element has an associated title or description, such as a <a>'title element'</a>
element or an <a>'xlink:title'</a> attribute, and the user agent supports the display