Begin Update to DOM3 and UI Events
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 18 Nov 2013 16:01:33 -0600
changeset 555 fc6f8c112a39
parent 554 e6728ebbe0ca
child 556 828b79c6e290
Begin Update to DOM3 and UI Events
master/interact.html
master/refs.html
--- a/master/interact.html	Mon Nov 18 15:28:14 2013 +0100
+++ b/master/interact.html	Mon Nov 18 16:01:33 2013 -0600
@@ -158,9 +158,9 @@
 
 <ul>
   <li>Using <a href="svgdom.html">SVG Document Object Model (DOM)</a>, a script can
-  <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-registration">register DOM 2 event listeners</a>
-  ([<a href="refs.html#ref-DOM2EVENTS">DOM2EVENTS</a>], section 1.3) so that
-  script can be invoked when a given event occurs.</li>
+  <a href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#widl-EventTarget-addEventListener">add or remove DOM 3 event listeners</a>
+  ([<a href="refs.html#ref-DOM3EVENTS">DOM3EVENTS</a>], section 4.3 Interface Event Target) so that
+  script can be invoked or ignored when a given event occurs on an event target</li>
 
   <li>SVG includes <a href="script.html#EventAttributes">event attributes</a>
   on selected elements which define script that can be executed when a given
@@ -174,9 +174,9 @@
 recognized and supported in SVG. The <em>Event name</em> in the
 first column is the name to use within SVG's <a>animation elements</a> to
 define the events which can start or end animations. The
-<em>DOM2 name</em> in the second column is the name to use when
-defining <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-registration">DOM 2 event listeners</a>
-([<a href="refs.html#ref-DOM2EVENTS">DOM2EVENTS</a>], section 1.3).
+<em>DOM3 or UI Event name</em> in the second column is the name to use when
+defining <a href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#widl-EventTarget-addEventListener">DOM 3 event listeners</a>
+([<a href="refs.html#ref-DOM3EVENTS">DOM3EVENTS</a>], section 4.3).
 The <em>Event attribute name</em> in the fourth column contains the
 corresponding name of the <a href="script.html#EventAttributes">event attributes</a>
 that can be attached to elements in the SVG language.</p>
@@ -186,7 +186,7 @@
 dispatched by the user agent.  Events of those types created from script
 using the <code>createEvent</code> method on the <a>Document</a> interface can be made to bubble
 or be cancelable with the
-<a class='idlattr' href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-Event-initEvent'>initEvent</a>
+<a class='idlattr' href='http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#widl-Event-initEvent'>initEvent</a>
 method.</p>
 
 <p class="issue">Having all these SVG-specific duplicates of standard DOM events isn't
--- a/master/refs.html	Mon Nov 18 15:28:14 2013 +0100
+++ b/master/refs.html	Mon Nov 18 16:01:33 2013 -0600
@@ -22,7 +22,7 @@
 
   <dt id="ref-ARIA" class="normref">[ARIA]</dt>
   <dd>
-    <cite class="w3crec"><a href="http://www.w3.org/TR/wai-aria-1.1/">Accessible Internet Applications (WAI-ARIA) 1.1</a></cite>,
+    <cite class="w3crec"><a href="http://www.w3.org/TR/2013/WD-wai-aria-1.1-20130926/">Accessible Internet Applications (WAI-ARIA) 1.1</a></cite>,
     J. Craig, M. Cooper, eds.
     World Wide Web Consortium, 26 September 2013.
     <br/>This edition of WAI-ARIA 1.1 is http://www.w3.org/TR/2011/wai-aria-1.1/.
@@ -180,14 +180,14 @@
 </dl>
 
 <dl class="references">
-  <dt id="ref-DOM2EVENTS" class="normref">[DOM2EVENTS]</dt>
+  <dt id="ref-DOM3EVENTS" class="normref">[DOM3EVENTS]</dt>
   <dd>
-    <cite class="w3crec"><a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/">Document Object Model (DOM) Level 2 Events Specification</a></cite>,
-    T. Pixley, ed.
-    World Wide Web Consortium, 13 November 2000.
+    <cite class="w3crec"><a href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/">Document Object Model (DOM) Level 3 Events Specification</a></cite>,
+    Gary Kacmarcik, Travis Leithead, Jacob Rossi, Doug Schepers, Björn Höhrmann, Philippe Le Hégaret, Tom Pixley, eds.
+    World Wide Web Consortium, 15 November 2013.
     <br/>This edition of DOM 2 Events is http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/.
-    <br/>The <a href="http://www.w3.org/TR/DOM-Level-2-Events/">latest edition of DOM 2 Events</a> is available at
-    http://www.w3.org/TR/DOM-Level-2-Events/.
+    <br/>The <a href="http://www.w3.org/TR/DOM-Level-3-Events/">latest edition of DOM 2 Events</a> is available at
+    http://www.w3.org/TR/DOM-Level-3-Events/.
   </dd>
 
   <dt id="ref-DOM2STYLE"  class="normref">[DOM2STYLE]</dt>
@@ -438,6 +438,17 @@
     <br />Available at http://www.unicode.org/reports/tr9/.
   </dd>
 
+  <dt id="ref-UIEVENTS" class="normref">[UIEVENTS]</dt>
+  <dd>
+    <cite class="w3crec"><a href="http://www.w3.org/TR/2013/WD-uievents-20131105/">UI Events</a></cite>,
+    Gary Kacmarcik, Travis Leithead, eds.
+    World Wide Web Consortium, 5 November 2013.
+    <br/>This edition of UI Events is http://www.w3.org/TR/2013/WD-uievents-20131105/.
+    <br/>The <a href="http://www.w3.org/TR/uievents/">latest edition of UI Events</a> is available at
+    http://www.w3.org/TR/uievents/.
+  </dd>
+
+
   <dt id="ref-UNICODE" class="normref">[UNICODE]</dt>
   <dd>
     <cite><a href="http://www.unicode.org/versions/Unicode6.0.0/">The Unicode Standard, Version 6.0.0</a></cite>,