Re: [Element Traversal LC] access to element by index

Doug Schepers wrote:

> Since Selectors API is meant to be a more comprehensive API than Element 
> Traversal, I would expect it to be able to deal with this more general 
> use case Daniel mentions, and personally would prefer to increase the 
> comprehensive functionality of that spec over Element Traversal, which 
> is meant to be more lightweight.

Ah. Adding

   NodeList    childElements;

is not lightweight ? It's incredibly simple, totally coherent with
what the DOM already offers, and web authors are perfectly used to
NodeList.

</Daniel>

Received on Friday, 28 March 2008 19:15:57 UTC