Opened 3 days ago

Last modified 12 hours ago

#36256 assigned Cleanup/optimization

Remove unnecessary title attributes from the Django Admin

Reported by: Eliana Rosselli Owned by: Jeanette O'Brien
Component: contrib.admin Version: 5.1
Severity: Normal Keywords: accessibility tooltip
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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 forum comment , the tooltip in the side bar and in the "Click here to select the objects across all pages" button can be removed.

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

  • To provide a patch by sending a pull request. Claim the ticket when you start working so that someone else doesn't duplicate effort. Before sending a pull request, review your work against the patch review checklist. Check the "Has patch" flag on the ticket after sending a pull request and include a link to the pull request in the ticket comment when making that update. The usual format is: [https://github.com/django/django/pull/#### PR].

Change History (4)

comment:1 by NandiniPahuja, 38 hours ago

Hi, I’d like to work on this issue. Is it still available?

in reply to:  1 comment:2 by Eliana Rosselli, 35 hours ago

Replying to NandiniPahuja:

Hi, I’d like to work on this issue. Is it still available?

Hi! sorry, this issue is not available, I created it specifically for the Djangonaut Space program. As a general rule of thumb, if an issue is new and has an owner assigned then that person is likely working on it.

comment:3 by Sarah Boyce, 17 hours ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

comment:4 by Jeanette O'Brien, 12 hours ago

Owner: changed from Eliana Rosselli to Jeanette O'Brien
Note: See TracTickets for help on using tickets.
Back to Top