--- a/master/interact.html Wed Nov 20 13:00:13 2013 -0600
+++ b/master/interact.html Wed Nov 20 13:19:29 2013 -0600
@@ -62,8 +62,8 @@
<li>scripting and event attributes are discussed in <a href="script.html">Scripting</a></li>
- <li>SVG's relationship to DOM2 events is discussed in
- <a href="svgdom.html#RelationshipWithDOM2Events">Relationship with DOM2 event model</a></li>
+ <li>SVG's relationship to DOM3 events is discussed in
+ <a href="svgdom.html#RelationshipWithDOM3andUIEvents">Relationship with DOM3 and UI Events</a></li>
<li>animation is discussed in <a href="animate.html">Animation</a></li>
</ul>
@@ -544,8 +544,8 @@
<p>If a target element for the pointer event exists, then
the event is dispatched to that element according to the
-normal <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-flow'>event flow</a>
-([<a href='refs.html#ref-DOM2EVENTS'>DOM2EVENTS</a>], section 1.2).
+normal <a href='http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#event-flow'>event flow</a>
+([<a href='refs.html#ref-DOM3EVENTS'>DOM3EVENTS</a>], section 1.2).
Note, however, that if the target element is in a
<a>'use'</a> element shadow tree, that the event flow
will include <a>SVGElementInstance</a> objects. See
--- a/master/svgdom.html Wed Nov 20 13:00:13 2013 -0600
+++ b/master/svgdom.html Wed Nov 20 13:19:29 2013 -0600
@@ -235,11 +235,13 @@
<ul>
<li>
- These <a href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/">User Interface events</a>
+ These <a href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#events-focusevent">Focus events</a>
([<a href="refs.html#ref-DOM3EVENTS">DOM3EVENTS</a>], section 1.6.1):
<ul>
- <li><a href="interact.html#FocusInEvent">DOMFocusIn</a></li>
- <li><a href="interact.html#FocusOutEvent">DOMFocusOut</a></li>
+ <li><a href="interact.html#FocusInEvent">focusin</a></li>
+ <li><a href="interact.html#FocusOutEvent">focusout</a></li>
+ <li><a href="interact.html#FocusEvent">focus</a></li>
+ <li><a href="interact.html#BlurEvent">blur</a></li>
</ul>
</li>
<li>
@@ -248,7 +250,6 @@
<ul>
<li><a href="interact.html#KeyDownEvent">keydown</a></li>
- <li><a href="interact.html#KeyPressEvent">keyupress</a></li>
<li><a href="interact.html#KeyUpEvent">keyup</a></li>
</ul>
</li>