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-immediate-propagation

Syntax

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

This command immediate stops other events of the same type external from Active CSS from being called.

It will also do a regular stop-propagation in Active CSS at the same time, so bubbling will stop for that event, but only for that event. We haven't found a use case for stopping bubbling on all Active CSS events of the same type, so this hasn't yet been implemented. If you need this functionality completed, let us know your exact use case so we can replicate something similar and we will put it into the roadmap.

You can check out the references below to see more details on the JavaScript event.stopImmediatePropagation functionality.

 

References:

https://dom.spec.whatwg.org/#dom-event-stopimmediatepropagation

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