JavaScript
Event bubbling
An event propagating from the target up through its ancestors, after a capturing phase downward.
Why interviewers ask about it
stopPropagation halts the rest of the journey, which silently breaks delegated handlers elsewhere - worth flagging as a cost.
Related terms
This term is part of the free Python Full-Stack interview preparation module - browse the full glossary for every definition.