Dart API Reference
dart:html
Event
BUBBLING_PHASE
BUBBLING_PHASE
constant
This event is bubbling up through the target's ancestors.
int
BUBBLING_PHASE
=
3
This event is bubbling up through the target's ancestors.
Other resources
Bubble phase
from W3C.