Opened 17 months ago
Last modified 16 months ago
#34919 closed Bug
Missing scope attribute in admin doc table headers — at Version 1
Description (last modified by ) ¶
There are a number of tables throughout 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 ¶
Note:
See TracTickets
for help on using tickets.