-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Forms need aria labels for accessibility:
- Rename
ref_idtoform_dom_idto indicate that this is an identifier in the DOM - All labels, descriptions and error messages accompanying a field should have
idtags in the form{{ form_dom_id }}-label,-description,-error-0, etc. Since there could be multiple errors, they need to be indexed. - The fields themselves need two additional ARIA tags:
aria-describedbywhich has all of the above ids, separated by spacesaria-invalid, whose value is{% if field.errors %}true{% else %}false{% endif %}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels