Opened 2 days ago

Last modified 36 hours ago

#36255 assigned Uncategorized

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: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no
Pull Requests:How to create a pull request

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.

According to the ticket's flags, the next step(s) to move this issue forward are:

  • For bugs: reproduce the bug. If it's a regression, bisect to find the commit where the behavior changed.
  • For new features or cleanups: give a second opinion of the proposal.
  • In either case, mark the Triage Stage as "Accepted" if the issue seems valid, ask for additional clarification from the reporter, or close the ticket.

Change History (1)

comment:1 by gtossou, 36 hours ago

Owner: changed from Eliana Rosselli to gtossou
Note: See TracTickets for help on using tickets.
Back to Top