We are testing for elements, specifically div, span, image or anchor elements with an onclick but no keyboard event.

DIV with onClick but no keyboard event

This should be flagged.

Span with onclick but no keyboard event

This should be flagged

A SPAN with onclick and an onKeyDown event

This should not be flagged

A paragraph tag that has onClick, but no keyboard event.

This should be flagged.

A paragraph tag that has an onClick and an onKeyUp

Do not flag

An IMG with an onClick, but no keyboard event.

This should be flagged

An A with an onClick, but no keyboard event.

I should be flagged

jQuery bound div with click event but on key event delegated, this item should fail