It can be very useful to delegate with something like > .myThing:
domEvents.addDelegateListener(document.body,"> .myThing", "a", function(event){
})
HTMLElement.prototype.matches does not support this. jQuery DID support this. This would be nice to keep.