<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How to stop event delegation(obvious fact #12132)</title>
	<atom:link href="http://www.wait-till-i.com/2008/06/09/stopping-event-delegation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wait-till-i.com/2008/06/09/stopping-event-delegation/</link>
	<description>Chris Heilmann - Accessibility, Web Development and Pragmatism - can talk, will travel</description>
	<pubDate>Fri, 05 Dec 2008 11:08:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Peter Michaux</title>
		<link>http://www.wait-till-i.com/2008/06/09/stopping-event-delegation/#comment-7885</link>
		<dc:creator>Peter Michaux</dc:creator>
		<pubDate>Wed, 18 Jun 2008 19:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.wait-till-i.com/2008/06/09/stopping-event-delegation/#comment-7885</guid>
		<description>I think stopPropagation should be avoided. Event delegation may be used by several unrelated pieces of code in a page. One may bit of code may be responding to user actions and updating the UI and another bit of code may be recording user actions (e.g. page hot spots), for example. If events are stopped then these other unrelated listeners cannot do their jobs. I have found there is usually another way to solve the types of problems that stopPropagation attempts to solve.</description>
		<content:encoded><![CDATA[<p>I think stopPropagation should be avoided. Event delegation may be used by several unrelated pieces of code in a page. One may bit of code may be responding to user actions and updating the UI and another bit of code may be recording user actions (e.g. page hot spots), for example. If events are stopped then these other unrelated listeners cannot do their jobs. I have found there is usually another way to solve the types of problems that stopPropagation attempts to solve.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
