Errors: p004

Successcriteria Rule/Error Line
1.3.1 A FIELDSET element has been used to give a border to text. 10
1.3.1, 3.3.2 All FIELDSET elements should be labeled with LEGEND elements. 37, 43
2.1.1 All ONCLICK handlers should have an equivalent ONKEYPRESS handler. 65, 66, 67, 68
1.1.1 BUTTON elements containing only an IMG must have an ALT attribute on the IMG. 77
1.1.1 IMG elements must have an ALT attribute. 77
4.1.2 LABEL elements should be attached to the controls they label. 13, 33
4.1.2 LABEL elements should not be blank. 13, 23
2.1.1 ONKEY handlers on static elements like DIV and SPAN cannot be triggered unless TABINDEX is set. 50, 53, 56, 59
4.1.2 The ARIA-LABELLEDBY attribute references a non-existent element ID. 20, 24
4.1.2 This element uses JavaScript to make a div or span behave like a control, which is then inaccessible to screen readers. 50, 53, 56, 59
2.1.1, 2.1.3, 2.4.7, 3.2.1 This field removes focus when tabbed to making it impossible for disabled users to navigate this form via the keyboard. 17
4.1.2 This form control has a blank label. 24
4.1.2 This form control has no programmatically determined name. 14, 17, 34, 38, 39, ...
2.4.6 (AA) Form field labels should be unique on a page, or enclosed in a FIELDSET with a LEGEND that makes the label unique. 28, 31
2.4.6 (AA) Radio buttons with very generic labels need to be enclosed in a FIELDSET with a LEGEND explaining the label. 44
3.2.5 (AAA) Avoid specifying a new window as the target of a link using JavaScript. 79
1.4.4 (AA) Text-based form controls with absolute font sizes do not resize correctly. 14 (not Sortsite)
3.2.5 (AAA) Do not popup windows as users enter text into input fields. 73 (not Sortsite)