Opened 34 hours ago
#36256 assigned Uncategorized
Remove unnecessary title attributes from the Django Admin
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:
- 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.
Note:
See TracTickets
for help on using tickets.