#12957 closed (fixed)
Add scope=col to admin change_list_results.html (Accessibility)
Reported by: | Chris Adams | Owned by: | Chris Adams |
---|---|---|---|
Component: | contrib.admin | Version: | 1.2 |
Severity: | Keywords: | accessibility, sprintSep2010 | |
Cc: | chris@…, katie.a.cunningham@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Our 508 testing group requested that we add scope=col to the change list tables.
Patch attached; commit here for people who prefer git: http://github.com/acdha/django/commit/2780bc113756ed7a667a08082ba803ec6b454112
Attachments (1)
Change History (10)
by , 15 years ago
Attachment: | scope-col.patch added |
---|
comment:1 by , 15 years ago
Summary: | Add scope=row to admin change_list_results.html (Accessibility) → Add scope=col to admin change_list_results.html (Accessibility) |
---|
comment:2 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 15 years ago
Cc: | added |
---|
comment:4 by , 14 years ago
Cc: | added |
---|---|
Keywords: | sprintSep2010 added |
Version: | 1.1 → 1.2 |
comment:5 by , 14 years ago
Owner: | changed from | to
---|
comment:7 by , 14 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:8 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Updated patch against 1.2.1 here:
http://github.com/acdha/django/compare/django-12957.patch
View: http://github.com/acdha/django/compare/django-12957