Bubbling is one of the 2 phases in event propagation. The other phase is called the capturing phase. The 2 phases are always run in the order: capturing then bubbling.
Events bubble from the target
(source element) and move up the DOM tree to the root.