﻿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		"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 `select-name` rule:
https://dequeuniversity.com/rules/axe/4.10/select-name

This seems to be a failure of `WCAG SC 4.1.2 Name, Role, Value`: 
https://www.w3.org/WAI/WCAG22/quickref/#name-role-value 

"	Bug	new	Uncategorized	5.2	Normal				Unreviewed	0	0	0	0	0	1
