﻿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
34919	Missing scope attribute in admin doc table headers	Louis-Cloud	Louis-Cloud	"There are a number of tables throughout [https://static-django-demo.netlify.app/django_admin_tests/v5.0/english/admin/docs/models/contenttypes.contenttype/ Django's admin docs] that are lacking the `scope` attribute. Having this attribute in the table headers makes table navigation easier for a screen reader user. 

=== Relevant Files:
* django/contrib/admindocs/templates/admin_doc/model_detail.html
* django/contrib/admindocs/templates/admin_doc/model_index.html

=== Acceptance Criteria
* All table column header (th) needs to have a `scope = ""col""` attribute.
* All table row headers (first column th) should have a `scope = ""row""` attribute

=== For more information
* [https://www.w3.org/WAI/tutorials/tables/two-headers/#table-with-header-cells-in-the-top-row-and-first-column W3 - Tables with Two Headers]: 
* [https://developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Advanced#using_column_and_row_headers MDN Web Docs - Using column and row headers]"	Bug	assigned	contrib.admindocs	4.2	Normal		table, scope, screenreader		Unreviewed	0	0	0	0	0	1
