Opened 14 years ago

Closed 13 years ago

#12959 closed (fixed)

SelectFilter2: alt text for filter button

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 noticed that SelectFilter2 generates the filter widget without alt text for the image. This patch adds alt text and wraps in a <label>, similar to the main change list search.

Patch attached; commit here for Github users:

http://github.com/acdha/django/commit/a5610a1aa306afe7819055bbabdca24b43dd941e

Attachments (1)

select_filter_label.patch (1.2 KB ) - added by Chris Adams 14 years ago.

Download all attachments as: .zip

Change History (6)

by Chris Adams, 14 years ago

Attachment: select_filter_label.patch added

comment:1 by Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Chris Adams, 14 years ago

Cc: chris@… added

comment:3 by Chris Adams, 14 years ago

Cc: katie.a.cunningham@… added
Keywords: sprintSep2010 added
Owner: changed from nobody to Chris Adams
Version: 1.11.2

comment:4 by Jannis Leidel, 13 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by Jannis Leidel, 13 years ago

Resolution: fixed
Status: newclosed

(In [15152]) Fixed #12959 -- Added alt text to SelectFilter filter button. Thanks, acdha.

Note: See TracTickets for help on using tickets.
Back to Top