Opened 6 months ago

Closed 5 months ago

#36255 closed Cleanup/optimization (fixed)

Rename Django Admin's "Go" button and remove its title attribute

Reported by: Eliana Rosselli Owned by: gtossou
Component: contrib.admin Version: 5.1
Severity: Normal Keywords: accessibility
Cc: 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

As part of a larger initiative from the Django a11y team, we're trying to remove or replace uses of the title attribute which is not accessible. The "Go" button has a "Run selected action" title; we think that this can be removed and simply rename the button to "Run". Interestingly enough, other languages are already using words that are more equivalent to "Run" rather than "Go". This comment in the forum explains our reasoning in more detail.

Change History (7)

comment:1 by gtossou, 6 months ago

Owner: changed from Eliana Rosselli to gtossou

comment:2 by Sarah Boyce, 6 months ago

Owner: changed from gtossou to Eliana Rosselli
Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

Thank you for the ticket!
Assigning back to Eliana as she will work on this with her Djangonauts.

in reply to:  2 comment:3 by Eliana Rosselli, 6 months ago

Replying to Sarah Boyce:

Thank you for the ticket!
Assigning back to Eliana as she will work on this with her Djangonauts.

thanks Sarah! I think this was already assigned to Koffi, a Djangonaut on team Saturn :)

comment:4 by Sarah Boyce, 6 months ago

Owner: changed from Eliana Rosselli to gtossou

comment:5 by Sarah Boyce, 6 months ago

Has patch: set
Needs documentation: set

comment:6 by Sarah Boyce, 5 months ago

Needs documentation: unset
Triage Stage: AcceptedReady for checkin

comment:7 by Sarah Boyce <42296566+sarahboyce@…>, 5 months ago

Resolution: fixed
Status: assignedclosed

In 019acad1:

Fixed #36255 -- Renamed the admin action button for improved accessibility.

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