<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>델리 키포스 &#187; dom</title>
	<atom:link href="http://kiipos.delimount.net/tag/dom/feed" rel="self" type="application/rss+xml" />
	<link>http://kiipos.delimount.net</link>
	<description>춤을 추는 거야. 음악이 계속되는 한.</description>
	<lastBuildDate>Fri, 07 Oct 2011 15:56:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dom의 event capturing 과 bubbling</title>
		<link>http://kiipos.delimount.net/254</link>
		<comments>http://kiipos.delimount.net/254#comments</comments>
		<pubDate>Wed, 22 Apr 2009 09:03:48 +0000</pubDate>
		<dc:creator>키포스</dc:creator>
				<category><![CDATA[미분류]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://kiipos.delimount.net/?p=254</guid>
		<description><![CDATA[Dom에 event capturing과 event bubbling이 헤깔려서 관련 내용을 확인해봤습니다.
Event capturing은 이벤트 처리가 Dom 트리를 기준으로 위에서 아래로 진행되는 방식입니다. 대상(target) 객체에 특정 이벤트에 대한 리스너(listener)를 등록한 경우 해당 이벤트가 발생하였을 때 가장 먼저 최상위(일반적으로 document)부터 시작해서 대상 객체까지 이벤트 처리 과정이 진행됩니다. 당연히 등록된 리스너만 처리됩니다.
반면에 event bubbling의 경우 이벤트가 발생하면 대상 객체부터 시작해서 최상위까지 [...]]]></description>
			<content:encoded><![CDATA[<p>Dom에 <strong><a href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-flow-capture">event capturing</a></strong>과 <strong><a href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-flow-bubbling">event bubbling</a></strong>이 헤깔려서 관련 내용을 확인해봤습니다.</p>
<p>Event capturing은 이벤트 처리가 Dom 트리를 기준으로 위에서 아래로 진행되는 방식입니다. 대상(target) 객체에 특정 이벤트에 대한 리스너(listener)를 등록한 경우 해당 이벤트가 발생하였을 때 가장 먼저 최상위(일반적으로 document)부터 시작해서 대상 객체까지 이벤트 처리 과정이 진행됩니다. 당연히 등록된 리스너만 처리됩니다.</p>
<p>반면에 event bubbling의 경우 이벤트가 발생하면 대상 객체부터 시작해서 최상위까지 이벤트 처리가 진행됩니다. 즉 아래에서 위로 이벤트 처리가 진행되는 방식입니다.</p>
<p>일반적으로 event bubbling 방식으로 처리되는 걸로 알고 있습니다.</p>
<p>PS) 맞게 이해한거죠? (영어는 어려워..ㅎ)</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=http://bit.ly/4YyERY+Dom%EC%9D%98+event+capturing+%EA%B3%BC+bubbling+" title="Post to Twitter"><img class="nothumb" src="http://kiipos.delimount.net/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://kiipos.delimount.net/254&amp;title=Dom%EC%9D%98+event+capturing+%EA%B3%BC+bubbling" title="Post to Delicious"><img class="nothumb" src="http://kiipos.delimount.net/wp-content/plugins/tweet-this/icons/tt-delicious-micro4.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://kiipos.delimount.net/254/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

