Up to and including WebKit r177730 a focusable element could get focus when a nested focusable element is clicked. This bug was also present in Blink prior to Chrome 39.


When the <a> element is clicked, the <div> is getting the focus.

some link

Explicitly setting <a tabindex> prevents the parent from getting focus

some link