﻿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""`.

"	Uncategorized	new	Uncategorized	4.2	Normal				Unreviewed	0	0	0	0	0	0
