- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Wed, 20 Nov 2013 11:02:11 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/57c10cfc903f branches: changeset: 567:57c10cfc903f user: Richard Schwerdtfeger <schwer@us.ibm.com> date: Wed Nov 20 13:00:13 2013 -0600 description: refer to the DOM3 event dispatch and flow vs. 2 diffstat: master/interact.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diffs (26 lines): diff --git a/master/interact.html b/master/interact.html --- a/master/interact.html +++ b/master/interact.html @@ -597,19 +597,19 @@ whether it has explicit associated inter listeners, CSS pseudo-classes matches, or declarative animations with event-based timing. The algorithm and order for processing user interface events for a given target element, after dispatching the DOM event, is as follows:</p> <ol> <li>If an event handler registered on this element invokes the <code>preventDefault()</code> DOM method, then no further processing for this element is performed, and the - event follows the <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-flow">event flow processing</a> - as described in <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html">DOM Level 2 Events</a> - [<a href="refs.html#ref-DOM2EVENTS">DOM2EVENTS</a>] (or its successor);</li> + event follows the <a href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#event-flow">event dispatch and DOM event flow processing</a> + as described in <a href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/">DOM Level 3 Events</a> + [<a href="refs.html#ref-DOM3EVENTS">DOM3EVENTS</a>] (or its successor);</li> <li>If the element has an associated title or description, such as a <a>'title element'</a> element or an <a>'xlink:title'</a> attribute, and the user agent supports the display of such information (e.g. via a tooltip or status-bar message), that information should be displayed, as appropriate to the type of pointer event;</li> <li>If the element matches any relevant <a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/selector.html#pseudo-class-selectors">dynamic pseudo-class selectors</a>
Received on Wednesday, 20 November 2013 19:02:34 UTC