<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Stealing Events via Capture</title>
	<atom:link href="http://ajaxian.com/archives/stealing-events-via-capture/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/stealing-events-via-capture</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Dave Johnson</title>
		<link>http://ajaxian.com/archives/stealing-events-via-capture/comment-page-1#comment-246947</link>
		<dc:creator>Dave Johnson</dc:creator>
		<pubDate>Tue, 06 Feb 2007 22:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/stealing-events-via-capture#comment-246947</guid>
		<description>The implementations of capture are (shock horror) different in IE from Firefox as well so they don&#039;t quite do the same thing. I believe that in IE the event is captured no matter what DOM element it occurs on whereas in Firefox it obeys W3C and only captures events in the ancestor path of the DOM element on which the event occured.</description>
		<content:encoded><![CDATA[<p>The implementations of capture are (shock horror) different in IE from Firefox as well so they don&#8217;t quite do the same thing. I believe that in IE the event is captured no matter what DOM element it occurs on whereas in Firefox it obeys W3C and only captures events in the ancestor path of the DOM element on which the event occured.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas C. Zakas</title>
		<link>http://ajaxian.com/archives/stealing-events-via-capture/comment-page-1#comment-246854</link>
		<dc:creator>Nicholas C. Zakas</dc:creator>
		<pubDate>Fri, 02 Feb 2007 23:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/stealing-events-via-capture#comment-246854</guid>
		<description>He makes a good attempt at explaining capturing, but the confusing use of &quot;events&quot; versus &quot;event listeners&quot; in the article is problematic. There is only one type of event but there are two ways to listen to it (on the capturing phase and on the bubbling phase).</description>
		<content:encoded><![CDATA[<p>He makes a good attempt at explaining capturing, but the confusing use of &#8220;events&#8221; versus &#8220;event listeners&#8221; in the article is problematic. There is only one type of event but there are two ways to listen to it (on the capturing phase and on the bubbling phase).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien Lecomte</title>
		<link>http://ajaxian.com/archives/stealing-events-via-capture/comment-page-1#comment-246846</link>
		<dc:creator>Julien Lecomte</dc:creator>
		<pubDate>Fri, 02 Feb 2007 17:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/stealing-events-via-capture#comment-246846</guid>
		<description>On IE, you have to use setCapture/releaseCapture in order to capture mouse events (only mouse events can be captured on IE)</description>
		<content:encoded><![CDATA[<p>On IE, you have to use setCapture/releaseCapture in order to capture mouse events (only mouse events can be captured on IE)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajax 2.0 Developer</title>
		<link>http://ajaxian.com/archives/stealing-events-via-capture/comment-page-1#comment-246843</link>
		<dc:creator>Ajax 2.0 Developer</dc:creator>
		<pubDate>Fri, 02 Feb 2007 16:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/stealing-events-via-capture#comment-246843</guid>
		<description>I don&#039;t believe IE&#039;s attachEvent supports capture (correct me if I am wrong). While capturing is a nice capability of most browsers, without capturing available on IE, capturing isn&#039;t really on option for cross browser apps, hence its lack of use.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t believe IE&#8217;s attachEvent supports capture (correct me if I am wrong). While capturing is a nice capability of most browsers, without capturing available on IE, capturing isn&#8217;t really on option for cross browser apps, hence its lack of use.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

