This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The suggestion is to be able to run querySelector() and querySelectorAll() on NodeList, and have the result be the union of results in document order from running the method on each Element in the NodeList.
The generalised use case for this is to be able to select elements based on their relationship to other elements in a given collection. This seems to be adequately addressed by the scoped selector proposal.