﻿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
34835	Use a `nav` element or `navigation` landmark for changelist filters	Thibaud Colas	Lemuel Sta Ana	"Related: [https://code.djangoproject.com/ticket/34832 #34832], [https://code.djangoproject.com/ticket/34833 #34833], [https://code.djangoproject.com/ticket/34834 #34834]. Changelist filters are a very useful way to navigate long lists of entries. The filters would be easier to reach for screen reader users if they were in a `navigation` landmark done with a `<nav>` element or `role=""navigation""` attribute. Currently they are a `<div id=""changelist-filter"">`.

This element should be switched to a `<nav>`, and we should also add an `aria-labelledby` set to the id of `<h2>Filter</h2>` element within, so the navigation landmark has a distinct label."	Cleanup/optimization	closed	contrib.admin	4.2	Normal	fixed	accessibility, screen reader, landmarks		Ready for checkin	1	0	0	0	1	1
