form fields for accessibility API
-
ADA help please – screen reader or accessibility API issue with forms as all input areas read out as “input” rather than the field label,
So a user has no concept of what part of the form they are at or what input is required.This textinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.
This form field should be labelled in some way. Use the label element (either with a “for” attribute or wrapped around the form field), or “title”, “aria-label” or “aria-labelledby” attributes as appropriate.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘form fields for accessibility API’ is closed to new replies.