cancelBubble property
Gets or sets a value that indicates whether an event should be stopped from propagating up from the current target.
![]() |
Syntax
| JavaScript | |
|---|
Property values
Type: Boolean
Standards information
There are no standards that apply here.
Remarks
If an event does not bubble by default, the cancelBubble property has no effect. For example, the onclick event bubbles and you can cancel it, but the onfocus event does not.
Also, you can use cancelBubble only to stop events in the bubbling phase. It does not stop events from being captured. For more information, see eventPhase.
See also
- BeforeUnloadEvent
- CompositionEvent
- CustomEvent
- DragEvent
- Event
- FocusEvent
- KeyboardEvent
- MessageEvent
- MouseEvent
- MouseWheelEvent
- MSSiteModeEvent
- MutationEvent
- StorageEvent
- SVGZoomEvent
- TextEvent
- UIEvent
