Opened 6 months ago

Last modified 6 months 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.

Change History (4)

comment:1 by NandiniPahuja, 6 months ago

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

in reply to:  1 comment:2 by Eliana Rosselli, 6 months 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, 6 months ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

comment:4 by Jeanette O'Brien, 6 months ago

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