Standard DOM event propagation flows through three distinct phases in order: capturing (propagating down from the window to the target), target (reaching the target element), and bubbling (propagating back up to the window). The other options incorrectly reorder or omit these phases.