Errors: p011

Successcriteria Rule/Error Line
2.1.1, 2.1.3 (AAA) All ONDBLCLICK handlers should have an equivalent ONKEY handler. 17
2.1.1, 2.1.3 (AAA) All ONMOUSEDOWN handlers should have an equivalent ONKEYDOWN or ONCLICK handler. 17
2.1.1, 2.1.3 (AAA) All ONMOUSEUP handlers should have an equivalent ONKEYUP or ONCLICK handler. 17
2.1.1, 2.1.3 (AAA), 3.2.2 This form automatically submits when focus changes making it nearly impossible for disabled users to navigate via the keyboard. 12, 35
2.1.1, 2.1.3 (AAA), 3.2.2 SELECT lists cannot be operated from the keyboard if they have an ONCHANGE handler that performs navigation, because the handler fires as the user moves the selection up and down using the keyboard. 36
3.2.5 (AAA) This input control submits the form when the user tabs out of it. 25