Missing scope attribute in admin doc table headers.
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
Change History
(11)
| Description: |
modified (diff)
|
| Description: |
modified (diff)
|
| Description: |
modified (diff)
|
| Cc: |
Thibaud Colas Sarah Abderemane Tom Carrick added
|
| Keywords: |
accessibility added
|
| Summary: |
Missing scope attribute in admin doc table headers → Missing scope attribute in admin doc table headers.
|
| Triage Stage: |
Unreviewed → Accepted
|
| Owner: |
changed from Louis-Cloud to jed212
|
| Easy pickings: |
set
|
| Patch needs improvement: |
set
|
| Needs tests: |
unset
|
| Patch needs improvement: |
unset
|
| Triage Stage: |
Accepted → Ready for checkin
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
In bdf30b95: