#35687: Accessibility issues with FilteredSelectMultiple widget
-----------------------------+-----------------------------------------
Reporter: Sarah Boyce | Type: Bug
Status: new | Component: contrib.admin
Version: 5.1 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+-----------------------------------------
1. "Available {name}" and "Chosen {name}" are h2 elements when this
doesn't make sense for the html structure (makes them too important)
2. The select boxes have no labels, they should be labelled by "Available
{name}" and "Chosen {name}"
3. "Choose all" is not related to it's tooltip help text
4. The help text "Hold down “Control”, or “Command” on a Mac, to select
more than one." should be associated to the select box(es)
Possibly the whole thing should be a fieldset with a legend
--
Ticket URL: <
https://code.djangoproject.com/ticket/35687>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.