- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Mon, 29 Jul 2013 13:54:18 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/ca95871a6b07 branches: changeset: 531:ca95871a6b07 user: Richard Schwerdtfeger <schwer@us.ibm.com> date: Mon Jul 29 15:55:11 2013 -0500 description: correct link to Keyboard Event diffstat: master/interact.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diffs (50 lines): diff --git a/master/interact.html b/master/interact.html --- a/master/interact.html +++ b/master/interact.html @@ -239,43 +239,43 @@ required to fire for every element.</p> 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> <td>(same)</td> <td><a - href="https://dvcs.w3.org/hg/d4e/raw-file/default/source_respec.htm#keyboard-events"> + href="http://www.w3.org/TR/uievents/#keyboard-event-interface"> KeyboardEvent</a></td> <td><a 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="https://dvcs.w3.org/hg/d4e/raw-file/default/source_respec.htm#keyboard-events"> + 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 how they are mapped in the operating system. </p></td> <td>(same)</td> <td><a - href="https://dvcs.w3.org/hg/d4e/raw-file/default/source_respec.htm#keyboard-events"> + href="http://www.w3.org/TR/uievents/#keyboard-event-interface"> KeyboardEvent</a></td> <td><a href="script.html#OnKeyUpEventAttribute">onkeyup</a></td> </tr> <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
Received on Monday, 29 July 2013 20:57:41 UTC