dom events

Given the dom structure as below:

dom structure

Both element1 and element2 have an onClick handler, If the user click element2, which event handler fires first?

Two Event Models:

In the old days, Netscape and Microsoft came to different conclusions:

w3c event model