﻿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
34834	Use `search` role for the admin changelist search form	Thibaud Colas	Lemuel Sta Ana	"Related: [https://code.djangoproject.com/ticket/34832 #34832], [https://code.djangoproject.com/ticket/34833 #34833]. Django’s ChangeListSearchForm and its [https://github.com/django/django/blob/main/django/contrib/admin/templates/admin/search_form.html search_form.html] currently use `<div id=""toolbar""><form id=""changelist-search"" method=""get""></form></div>` markup for the form. It would be nice for screen reader users to use a `role=""search""` on the form, so it’s explicitly identified as a search form when navigating the page by region.

In the future it would be even better to convert the wrapping toolbar div to use the [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/search search] HTML element, but browser support isn’t there yet."	Cleanup/optimization	closed	contrib.admin	4.2	Normal	fixed	accessibility, screen reader, landmarks		Ready for checkin	1	0	0	0	1	0
