BUBBLING_PHASE constant

int const BUBBLING_PHASE = 3

This event is bubbling up through the target's ancestors.

Other resources

Bubble phase from W3C.

Implementation

static const int BUBBLING_PHASE = 3