Opened 17 months ago
Last modified 16 months ago
#34919 closed Bug
Missing scope attribute in admin doc table headers — at Version 3
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.
Acceptance Criteria ¶
- All table column header (th) needs to have a
scope = "col"
attribute. - All table row headers (first column) should have a
scope = "row"
attribute
Relevant Files: ¶
- django/contrib/admindocs/templates/admin_doc/model_detail.html
- django/contrib/admindocs/templates/admin_doc/model_index.html
For more information ¶
Change History (3)
comment:1 by , 17 months ago
Description: | modified (diff) |
---|
comment:2 by , 17 months ago
Description: | modified (diff) |
---|
comment:3 by , 17 months ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.