Event propagation

Can you clarify that Paul? I thought the event always bubbled up (bubbling) (or down for capturing) unless it was explicitly stopped (e.stopPropagation()). I got a little confused with the capture and bubble stages but it seemed both carried on unless explicitly stopped.

CSS Tricks has an article on the dangers of stopping propagation that is an interesting read (for a beginner like me).