Re: comment on Element Traversal Spec

Travis Leithead wrote:
> Ah, I think I see now.
> 
> You don't want the nextElementSibling API to _return_ non-elements, you just want the nextElementSibling to be available on all nodes so that no matter where you land in the DOM, you can always get to the next element. Gotcha.

Exactly.

</Daniel>

Received on Wednesday, 13 August 2008 19:11:28 UTC