.bubbles

Term side of the Card
Topic: Event
Unit title: .bubbles
Categories: Property
Explanation side of the Card

Explanation: The browser API property that indicates whether the event bubbles up through the DOM tree or not. If `true`, the event propagates from the target element to the root.

Browser compatibility:
  • The chrome browser supports this feature starting from version 1
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 1.5
  • The safari browser supports this feature starting from version 1
Availability: