There are no tracking or monitoring cookies on this site. There are only cookies used for documentation examples related to cookies.
Close

Processing...
This may take a few seconds.

stop-propagation

Syntax

stop-propagation: true [every (time)] [after (time)];

This command stops event bubbling occurring in Active CSS for a particular event.

If you have external event listeners, they will still bubble. See the stop-immediate-propagation command if you want to stop bubbling completely for a particular element.

 

References:

https://developer.mozilla.org/en-US/docs/Web/API/Event/stopPropagation