﻿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
36203	AdminSplitDateTime labels are not associated with their inputs	Eliana Rosselli	Eliana Rosselli	"Split Date Time inputs in the Django Admin don't have accessible names. Testing with a screen reader, there's nothing spoken aloud when entering one of the inputs (both for the date and the time input). The name of the field is a label element but it isn't related to either of the two inputs, and the ""Date"" and ""Time"" texts aren't labels either. 

An example of this kind of input can be found in [https://thibaudcolas.github.io/django_admin_tests/latest/english/admin/auth/user/1/change/ this demo page] : if you scroll all the way down, you can see that the ""Important Dates"" section contains two split datetime inputs (""Last login"" and ""Date joined"") that suffer from this problem.  In this case, I think the accessible names of the inputs should be something along the lines of ""Last login, date"" and ""Last login, time"" for example. "	Bug	closed	contrib.admin	5.1	Normal	fixed	accessibility		Accepted	0	0	0	0	0	0
