#35507: Use search element for admin's filter sidebar
-----------------------------------------+-------------------------------
Reporter: Tom Carrick | Owner: nobody
Type: Bug | Status: assigned
Component: contrib.admin | Version: dev
Severity: Normal | Keywords: accessibility
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-----------------------------------------+-------------------------------
Using a search landmark instead of a div will improve the accessibility
for screen readers.
We should ensure that it has a different aria-label than any other search
landmarks or elements with the search role on the page (e.g. search bar)
see:
https://developer.mozilla.org/en-
US/docs/Web/Accessibility/ARIA/Roles/Search_role#labeling_landmarks
I didn't check if there are any of these other than the search bar.
--
Ticket URL: <
https://code.djangoproject.com/ticket/35507>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.