BUBBLING_PHASE constant
This event is bubbling up through the target's ancestors.
Other resources
- Bubble phase from W3C.
Implementation
static const int BUBBLING_PHASE = 3;
This event is bubbling up through the target's ancestors.
static const int BUBBLING_PHASE = 3;