remove onactivate, onkeypress, and keypress events
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 20 Nov 2013 11:38:02 -0600
changeset 565 a226e08560d3
parent 564 f5fde62287b5
child 566 2e69c11e540b
remove onactivate, onkeypress, and keypress events
master/interact.html
master/script.html
--- a/master/interact.html	Wed Nov 20 14:50:28 2013 +0100
+++ b/master/interact.html	Wed Nov 20 11:38:02 2013 -0600
@@ -235,19 +235,6 @@
         href="script.html#OnKeyDownEventAttribute">onkeydown</a></td>
       </tr>
       <tr>
-        <td id="KeyPressEvent"><p class="event-name"><strong>keypress</strong></p>
-        <p> Occures when a key is pressed down, if and only if that key normally produces 
-        a character value. The keypress 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>
-        <td>(same)</td>
-        <td><a
-        href="http://www.w3.org/TR/uievents/#keyboard-event-interface">
-        KeyboardEvent</a></td>
-        <td><a
-        href="script.html#OnKeyPressEventAttribute">onkeypress</a></td>
-      </tr>
-      <tr>
         <td id="KeyUpEvent"><p class="event-name"><strong>keyup</strong></p>
         <p>A user agent must dispatch this event when a key is released. The keyup event 
         type is device dependent and relies on the capabilities of the input devices and 
--- a/master/script.html	Wed Nov 20 14:50:28 2013 +0100
+++ b/master/script.html	Wed Nov 20 11:38:02 2013 -0600
@@ -71,13 +71,6 @@
 below on the left is the initial image. The drawing below on the right shows
 the result after clicking on the circle.</p>
 
-<p>Note that this example demonstrates the use of the <a>'onclick'</a> event
-attribute for explanatory purposes. The example presupposes the presence of an
-input device with the same behavioral characteristics as a mouse, which will
-not always be the case. To support the widest range of users, the
-<a>'onactivate'</a> event attribute should be used instead of the
-<a>'onclick'</a> event attribute.</p>
-
 <p id="ScriptElementExecution">Before attempting to execute the <a>'script'</a>
 element the resolved media type value for <a>'script/type'</a> must be inspected.
 If the <a>SVG user agent</a> does not support the scripting language then the
@@ -288,10 +281,8 @@
         <td>
           <dfn id="OnFocusInEventAttribute">onfocusin</dfn>,
           <dfn id="OnFocusOutEventAttribute">onfocusout</dfn>,
-          <dfn id="OnActivateEventAttribute">onactivate</dfn>,
           <dfn id="OnClickEventAttribute">onclick</dfn>,
           <dfn id="OnKeyDownEventAttribute">onkeydown</dfn>,
-          <dfn id="OnKeyPressEventAttribute">onkeypress</dfn>,
           <dfn id="OnKeyUpEventAttribute">onkeyup</dfn>,
           <dfn id="OnMouseDownEventAttribute">onmousedown</dfn>,
           <dfn id="OnMouseUpEventAttribute">onmouseup</dfn>,