#36256: Remove unnecessary title attributes from the Django Admin
-------------------------------------+-------------------------------------
Reporter: Eliana | Owner: Eliana Rosselli
Rosselli |
Type: | Status: assigned
Uncategorized |
Component: | Version: 5.1
contrib.admin | Keywords: accessibility
Severity: Normal | tooltip
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 broader a11y initiative to replace the use of the `title`
attribute in the Admin , there's two places where can just remove the
`title` attribute altogether, since it's not providing any more
information than there already is on the page.
As explained by this [
https://forum.djangoproject.com/t/new-pattern-
needed-for-django-admin-tooltips/28028/7 forum comment] , the tooltip in
the side bar and in the "Click here to select the objects across all
pages" button can be removed.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36256>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.