how can the parent fire the custom event to notify its children/siblings? for example:
customEvent2 is only bound to div2. When you try to trigger it on div1, nothing happens because that event doesn't exist for div1.
customEvent2
div2
div1
If you want to fire customEvent2, it has to be triggered on an element (or child of one) it is actually bound to.