The accesskey attribute is only valid on a, area, button, input, label, legend, and textarea (according to the HTML spec at http://www.w3.org/TR/html401/interact/forms.html#h-17.11.2).
This means that this property shouldn't be used on Labels, Images, etc.