more DOM3 reference cleanup
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 20 Nov 2013 13:19:29 -0600
changeset 568 76560878be90
parent 567 57c10cfc903f
child 569 de93f755de0f
more DOM3 reference cleanup
master/interact.html
master/svgdom.html
--- 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>