#36192: Use semantic HTML for buttons in Django Admin
-------------------------------------+-------------------------------------
Reporter: Eliana | Owner: Eliana Rosselli
Rosselli |
Type: | Status: assigned
Uncategorized |
Component: | Version: 5.1
contrib.admin |
Severity: Normal | Keywords: accessibility
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
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.
[[Image(examplebutton.png)]]
--
Ticket URL: <
https://code.djangoproject.com/ticket/36192>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.