Click Events - Tech Ed 2006 Accessibility
<img onclick>

<a href onmousedown>

<a href onclick>

Notes
- img onclick won't work -- not an actionable element
- a href onmousedown won't work -- not the default action
- a href onclick works -- actionable element and default action