The handlers specified on each component are fired in this order i.e. from source to the owner. This phase where the event is handled from innermost to the outermost component is called the bubble phase.
Bubbling is also known as the Bubble phase. In this, the Event is first captured and handled by the source component and then propagated by application root.