Event.bubbles (Property)

A Boolean value that indicates whether the event can bubble or not.

Availability:

DOM level - 2
JavaScript - 1.5
Netscape - 6.0
Property/method value type:Boolean primitive
JavaScript syntax:NmyEvent.bubbles

If this value is true, then the event can bubble. That means it can propagate upwards to its parent node and onwards towards the head of the document hierarchy.

Property attributes:

ReadOnly.