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>

Reply via email to