#36255: Rename Django Admin's "Go" button and remove its title attribute
-------------------------------------+-------------------------------------
Reporter: Eliana | Owner: Eliana Rosselli
Rosselli |
Type: | Status: assigned
Uncategorized |
Component: | Version: 5.1
contrib.admin |
Severity: Normal | Keywords: accessibility
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
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 [
https://forum.djangoproject.com/t/new-pattern-
needed-for-django-admin-tooltips/28028/7 comment in the forum] explains
our reasoning in more detail.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36255>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.