﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36509	Missing label on input fields in tables	Sander Claus	Sander Claus	"Editable fields in the tables are missing a label for users using assisting technologies like screen readers.

Example: the dropdown in the `Type` column and date selection field in the `Release Date` column.
https://django-admin-tests.netlify.app/django_admin_tests/latest/english/admin/demo/release/

The columns have a title on top, but this is not associated with the individual field elements.

Axe has flagged this as an accessibility issue related to the [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]

"	Bug	assigned	contrib.admin	5.2	Normal		accessibility, changelist, ux, wcag	Thibaud Colas Antoliny	Accepted	1	0	0	1	0	1
