Explore DOM Events
When an event target participates in a the event flows through the tree in three phases: Capture listeners are called on the way down from the root to the target Target listeners are attached to the target and they are called as the event passes through the target An event's behaviour can be configured bubbles: Conditionally allow the Bubble phase cancelable: Conditionally allow an event to be canceled.