Investigating link event bubbling

by Ronny

HTML

<div onclick="alert('hi');">
    <a href="http://google.com" target="_blank">Google <a href="http://ynet.co.il">Ynet</a></a>
</div>