Above there must be two radiobuttons, each contained in its own XHTML document.
By clicking each, a textline describing the corresponding event flow must appear below the radio button.
For "event capture" this must read:
body -> div -> form -> radioButton
and for "event bubble!" it must be
radioButton -> form -> div -> body.