|
|
|
|
|
Web Accessibility: FormsInclude Default Text in Form ControlsSome assistive technologies will miss a form control if there is no text in it. It will not inform the user that the control is there or allow the user to input data. Placing default text in the control forces the assistive technology to read the control.
Default text for <TEXTAREA> controls is located between the opening and closing tags. For example:
Be sure to include text equivalents for images used as "submit" and "reset" buttons.
Default text for <SELECT> controls (drop-down lists and list boxes) is accomplished by making one of the options active with a SELECTED attribute.
For example:
Radio button groups should have an option selected with the CHECKED attribute of the appropriate radio button.
For example:
To enhance the accessibility of forms, provide alternate methods of contact or submission, e.g., via email, phone, or TTY (teletype for the deaf).
|
|
|