Opened 7 days ago

Last modified 45 hours ago

#36192 assigned Cleanup/optimization

Use semantic HTML for buttons in Django Admin — at Initial Version

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

Description

Right now the Django Admin has some buttons that are actually link tags with role="button" set, i.e

<a role="button">

We should change these to be proper HTML buttons , and update their CSS so they maintain their existing styling.

Example of a button that uses an anchor tag: "Add another Release"

Change History (1)

by Eliana Rosselli, 7 days ago

Attachment: examplebutton.png added

Example of a button that uses an anchor tag: "Add another Release"

Note: See TracTickets for help on using tickets.
Back to Top