The process by which the browser decides which objects to trigger event handlers on is
A
Event Triggering
B
Event Listening
C
Event Handling
D
Event propogation
Correct Answer: Event propogation
Event propagation is the process by which the browser decides which objects to trigger event handlers on.