All ONCLICK handlers should have an equivalent ONKEYPRESS handler
I have found that All ONCLICK handlers should have an equivalent ONKEYPRESS handler.
Some users are unable to use a mouse, so use the keyboard instead. Add an equivalent keyboard event handler to help these users.
As per standards of Accessibility,please check this
<span class="thumbsdown" onClick="thumbsVote(269, 0, 'vote_269', 0, '<span class=\'text\'>Thanks for voting!</span>');"></span>
As per standards of Accessibility, my site savings366.com has issues like abovementioned because in your Clipper Theme All ONCLICK handlers do not have an equivalent ONKEYPRESS handlers. Please resolve this ASAP.
Regards,
Navneet Kaur