switched mouse event reference to DOM3, removed DOMActivate and modified click to cover it being used for activation
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Tue, 19 Nov 2013 08:45:44 -0600
changeset 560 55ab50b63e2d
parent 559 a4fb699cce91
child 561 df1c0db05ee0
switched mouse event reference to DOM3, removed DOMActivate and modified click to cover it being used for activation
master/interact.html
--- a/master/interact.html	Tue Nov 19 13:49:43 2013 +0100
+++ b/master/interact.html	Tue Nov 19 08:45:44 2013 -0600
@@ -224,21 +224,6 @@
         href="script.html#OnFocusOutEventAttribute">onfocusout</a></td>
       </tr>
       <tr>
-        <td id="ActivateEvent"><p class="event-name"><strong>activate</strong></p>
-        <p>Occurs when an element is activated, for instance, through
-        a mouse click or a keypress. A numerical argument is
-        provided to give an indication of the type of activation
-        that occurs: 1 for a simple activation (e.g. a simple click
-        or Enter), 2 for hyperactivation (for instance a double
-        click or Shift Enter).</p></td>
-        <td>DOMActivate</td>
-        <td><a
-        href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-UIEvent">
-        UIEvent</a></td>
-        <td><a
-        href="script.html#OnActivateEventAttribute">onactivate</a></td>
-      </tr>
-      <tr>
         <td id="KeyDownEvent"><p class="event-name"><strong>keydown</strong></p>
         <p>Occurs when a key is pressed down. The keydown event type is device dependent and relies on the capabilities         of the input devices and how they are mapped in the operating system.
         </p></td>
@@ -278,7 +263,7 @@
       <tr>
         <td id="ClickEvent"><p class="event-name"><strong>click</strong></p>
         <p>Occurs when the pointing device button is clicked over
-        an element. A click is defined as a mousedown and mouseup
+        an element or when the pointer is otherwise activated in a manner that simulates such an action. A click is defined as a mousedown and mouseup
         over the same screen location. The sequence of these events
         is: <code>mousedown</code>, <code>mouseup</code>,
         <code>click</code>. If multiple clicks occur at the same
@@ -287,7 +272,7 @@
         repetition.</p></td>
         <td>(same)</td>
         <td><a
-        href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MouseEvent">
+        href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#events-mouseevents">
         MouseEvent</a></td>
         <td><a
         href="script.html#OnClickEventAttribute">onclick</a></td>
@@ -298,7 +283,7 @@
         an element.</p></td>
         <td>(same)</td>
         <td><a
-        href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MouseEvent">
+        href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#events-mouseevents">
         MouseEvent</a></td>
         <td><a
         href="script.html#OnMouseDownEventAttribute">onmousedown</a></td>
@@ -309,7 +294,7 @@
         an element.</p></td>
         <td>(same)</td>
         <td><a
-        href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MouseEvent">
+        href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#events-mouseevents">
         MouseEvent</a></td>
         <td><a
         href="script.html#OnMouseUpEventAttribute">onmouseup</a></td>
@@ -320,7 +305,7 @@
         element.</p></td>
         <td>(same)</td>
         <td><a
-        href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MouseEvent">
+        href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#events-mouseevents">
         MouseEvent</a></td>
         <td><a
         href="script.html#OnMouseOverEventAttribute">onmouseover</a></td>
@@ -331,7 +316,7 @@
         over an element.</p></td>
         <td>(same)</td>
         <td><a
-        href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MouseEvent">
+        href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#events-mouseevents">
         MouseEvent</a></td>
         <td><a
         href="script.html#OnMouseMoveEventAttribute">onmousemove</a></td>
@@ -342,7 +327,7 @@
         element.</p></td>
         <td>(same)</td>
         <td><a
-        href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MouseEvent">
+        href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#events-mouseevents">
         MouseEvent</a></td>
         <td><a
         href="script.html#OnMouseOutEventAttribute">onmouseout</a></td>