--- 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>,