Previously, only handlers on the event target itself were applied. Now
if the target does not defines a handler, the search continues with its
parent, up to the root.
It's not clear whether it makes sense to propagate all events (for instance, input/change
might not be relevant).
Fix #18.
Previously, only handlers on the event target itself were applied. Now if the target does not defines a handler, the search continues with its parent, up to the root.
It's not clear whether it makes sense to propagate all events (for instance, input/change might not be relevant).