#36509: Missing label on input fields in tables
-------------------------------------+-------------------------------------
Reporter: Sander Claus | Owner: (none)
Type: Bug | Status: new
Component: contrib.admin | Version: 5.2
Severity: Normal | Resolution:
Keywords: accessibility, | Triage Stage: Accepted
changelist, ux, wcag |
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by Thibaud Colas):
* cc: Thibaud Colas (added)
* component: Uncategorized => contrib.admin
* keywords: => accessibility, changelist, ux, wcag
* stage: Unreviewed => Accepted
Old description:
New description:
[
https://dequeuniversity.com/rules/axe/4.10/select-name select-name rule].
This seems to be a failure of [
https://www.w3.org/WAI/WCAG22/quickref
/#name-role-value WCAG SC 4.1.2 Name, Role, Value]
--
Comment:
Thank you, I believe this hasn’t been reported before. Not sure what the
fix looks like with Django’s admin implementation but in HTML that’s most
likely an extra `aria-labelledby` or `aria-label` for those elements.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36509#comment:1>