﻿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
34833	Use a `main` landmark in the admin interface	Thibaud Colas	nobody	"Related: [https://code.djangoproject.com/ticket/34832#ticket #34832]. Currently the Django admin’s main content area is coded as `<div class=""main shifted"" id=""main""></div>`. For screen reader users, it would be helpful to switch to a `<main>` tag or add `role=""main""`. They would be able to navigate straight to this area when going through the page by landmark.

Usage of the correct HTML main tag is ideal, but might prove problematic if CSS was written with overly specific HTML elements. We can get the same benefits for screen reader users with `role=""main""`.

---

See [https://dequeuniversity.com/rules/axe/4.8/landmark-one-main?application=RuleDescription recommendation from Axe] on the importance of having a main landmark.
"	Cleanup/optimization	new	contrib.admin	4.2	Normal		accessibility, screen reader, landmarks		Accepted	0	0	0	0	1	0
