<?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: DOM Traversal in Firefox 3.5</title>
	<atom:link href="http://hacks.mozilla.org/2009/06/dom-traversal/feed/" rel="self" type="application/rss+xml" />
	<link>http://hacks.mozilla.org/2009/06/dom-traversal/</link>
	<description></description>
	<lastBuildDate>Sat, 21 Nov 2009 15:59:58 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mozilla Hacks: Przechodzenie po drzewie DOM w Firefoksie 3.5 &#171; marcoos.techblog</title>
		<link>http://hacks.mozilla.org/2009/06/dom-traversal/comment-page-1/#comment-2582</link>
		<dc:creator>Mozilla Hacks: Przechodzenie po drzewie DOM w Firefoksie 3.5 &#171; marcoos.techblog</dc:creator>
		<pubDate>Wed, 29 Jul 2009 11:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=734#comment-2582</guid>
		<description>[...] serii tłumaczeń artykułów z bloga Mozilla Hacks, przedstawiam dzisiaj tłumaczenie artykułu DOM Traversal in Firefox 3.5 autorstwa Johna Resiga (znanego m. in. jako twórca biblioteki [...]</description>
		<content:encoded><![CDATA[<p>[...] serii tłumaczeń artykułów z bloga Mozilla Hacks, przedstawiam dzisiaj tłumaczenie artykułu DOM Traversal in Firefox 3.5 autorstwa Johna Resiga (znanego m. in. jako twórca biblioteki [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MJiA</title>
		<link>http://hacks.mozilla.org/2009/06/dom-traversal/comment-page-1/#comment-705</link>
		<dc:creator>MJiA</dc:creator>
		<pubDate>Mon, 22 Jun 2009 08:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=734#comment-705</guid>
		<description>Should &quot;this.nextSiblingElement.style.display = &quot;block&quot;;&quot; in first code snippet be &quot;this.nextElementSibling.style.display = &quot;block&quot;;
&quot;?</description>
		<content:encoded><![CDATA[<p>Should &#8220;this.nextSiblingElement.style.display = &#8220;block&#8221;;&#8221; in first code snippet be &#8220;this.nextElementSibling.style.display = &#8220;block&#8221;;<br />
&#8220;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 颠覆网络35天 ─ Firefox 3.5中的DOM遍历 &#60; MJiA</title>
		<link>http://hacks.mozilla.org/2009/06/dom-traversal/comment-page-1/#comment-702</link>
		<dc:creator>颠覆网络35天 ─ Firefox 3.5中的DOM遍历 &#60; MJiA</dc:creator>
		<pubDate>Mon, 22 Jun 2009 07:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=734#comment-702</guid>
		<description>[...] 原文地址：DOM Traversal in Firefox 3.5 系列地址：颠覆网络35天 [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文地址：DOM Traversal in Firefox 3.5 系列地址：颠覆网络35天 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://hacks.mozilla.org/2009/06/dom-traversal/comment-page-1/#comment-620</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sat, 20 Jun 2009 10:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=734#comment-620</guid>
		<description>In the list of API functions you call a function &#039;nextElementSibling&#039;, but in the example it is &#039;nextSiblingElement&#039;. Which one is correct?</description>
		<content:encoded><![CDATA[<p>In the list of API functions you call a function &#8216;nextElementSibling&#8217;, but in the example it is &#8216;nextSiblingElement&#8217;. Which one is correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian &#187; NodeIterator.areYou(IMPRESSED &#124; WHOCARES &#124; WHA?)</title>
		<link>http://hacks.mozilla.org/2009/06/dom-traversal/comment-page-1/#comment-587</link>
		<dc:creator>Ajaxian &#187; NodeIterator.areYou(IMPRESSED &#124; WHOCARES &#124; WHA?)</dc:creator>
		<pubDate>Fri, 19 Jun 2009 19:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=734#comment-587</guid>
		<description>[...] Resig has posted on the DOM traversal methods now in Firefox 3.5 and then a spin out post on the merits of the NodeIterator API. He isn&#039;t impressed:  This API is, [...]</description>
		<content:encoded><![CDATA[<p>[...] Resig has posted on the DOM traversal methods now in Firefox 3.5 and then a spin out post on the merits of the NodeIterator API. He isn&#8217;t impressed:  This API is, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Илья Казначеев</title>
		<link>http://hacks.mozilla.org/2009/06/dom-traversal/comment-page-1/#comment-580</link>
		<dc:creator>Илья Казначеев</dc:creator>
		<pubDate>Fri, 19 Jun 2009 16:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=734#comment-580</guid>
		<description>&quot;This has long been a bane of web developers&quot; until there were Prototype, and now it&#039;s down().
Why bother bloating DOM when it&#039;s already figured out?</description>
		<content:encoded><![CDATA[<p>&#8220;This has long been a bane of web developers&#8221; until there were Prototype, and now it&#8217;s down().<br />
Why bother bloating DOM when it&#8217;s already figured out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elijah Grey</title>
		<link>http://hacks.mozilla.org/2009/06/dom-traversal/comment-page-1/#comment-579</link>
		<dc:creator>Elijah Grey</dc:creator>
		<pubDate>Fri, 19 Jun 2009 16:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=734#comment-579</guid>
		<description>Should the document type only have a &lt;code&gt;.nextSibling&lt;/code&gt; property and not a &lt;code&gt;.nextElementSibling&lt;/code&gt; property?

&lt;code&gt;document.firstChild.nextSibling === document.documentElement&lt;/code&gt; and &lt;code&gt;document.firstChild.nextElementSibling === undefined&lt;/code&gt; for me.</description>
		<content:encoded><![CDATA[<p>Should the document type only have a <code>.nextSibling</code> property and not a <code>.nextElementSibling</code> property?</p>
<p><code>document.firstChild.nextSibling === document.documentElement</code> and <code>document.firstChild.nextElementSibling === undefined</code> for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Resig - Unimpressed by NodeIterator</title>
		<link>http://hacks.mozilla.org/2009/06/dom-traversal/comment-page-1/#comment-578</link>
		<dc:creator>John Resig - Unimpressed by NodeIterator</dc:creator>
		<pubDate>Fri, 19 Jun 2009 15:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=734#comment-578</guid>
		<description>[...] just posted a run down of some of the new DOM Traversal APIs in Firefox 3.5. The first half of the post is mostly a recap of my old Element Traversal API [...]</description>
		<content:encoded><![CDATA[<p>[...] just posted a run down of some of the new DOM Traversal APIs in Firefox 3.5. The first half of the post is mostly a recap of my old Element Traversal API [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilberto Ramos</title>
		<link>http://hacks.mozilla.org/2009/06/dom-traversal/comment-page-1/#comment-574</link>
		<dc:creator>Gilberto Ramos</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=734#comment-574</guid>
		<description>looks very useful!</description>
		<content:encoded><![CDATA[<p>looks very useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://hacks.mozilla.org/2009/06/dom-traversal/comment-page-1/#comment-573</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=734#comment-573</guid>
		<description>yikes! ignore me... I somehow read that all wrong... pulling in the word &quot;all&quot; from elsewhere in the sentence... oh Internet Eraser.. where are you when I need you!</description>
		<content:encoded><![CDATA[<p>yikes! ignore me&#8230; I somehow read that all wrong&#8230; pulling in the word &#8220;all&#8221; from elsewhere in the sentence&#8230; oh Internet Eraser.. where are you when I need you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Horia Dragomir</title>
		<link>http://hacks.mozilla.org/2009/06/dom-traversal/comment-page-1/#comment-572</link>
		<dc:creator>Horia Dragomir</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=734#comment-572</guid>
		<description>I remember these issues with Nodes vs. Elements used to be a great pain back before the great frameworks rules the internet. Oh, I remember them well...

Aside from the comfort that comes with this enhancement, I&#039;m guessing there might be an increase in speed and dependability too, right?

Let&#039;s just see how fast the other browsers implement this.</description>
		<content:encoded><![CDATA[<p>I remember these issues with Nodes vs. Elements used to be a great pain back before the great frameworks rules the internet. Oh, I remember them well&#8230;</p>
<p>Aside from the comfort that comes with this enhancement, I&#8217;m guessing there might be an increase in speed and dependability too, right?</p>
<p>Let&#8217;s just see how fast the other browsers implement this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://hacks.mozilla.org/2009/06/dom-traversal/comment-page-1/#comment-571</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=734#comment-571</guid>
		<description>I thought that the document.all collection in IE wasn&#039;t a live collection? e.g. when I add new elements to the DOM (after page load) with id/name attributes they aren&#039;t necessarily added to the collection.

Or am I missing something with regards to how IE is being handled before fully supporting this?</description>
		<content:encoded><![CDATA[<p>I thought that the document.all collection in IE wasn&#8217;t a live collection? e.g. when I add new elements to the DOM (after page load) with id/name attributes they aren&#8217;t necessarily added to the collection.</p>
<p>Or am I missing something with regards to how IE is being handled before fully supporting this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
