- Issue created by @dsnopek
- Status changed to Needs review
9 months ago 9:43pm 16 July 2024
For users of screenreaders, the field label on every checkbox/radio button will be "Select this item", which makes it hard to distinguish which entity the are selected.
Open a media browser, inspect the HTML and look at the <label>
tag. Notice that the checkbox or radio button for every entity has a label of "Select this item".
Change the label to "Select item ENTITY_LABEL".
No visible changes - only the invisible label seen by screenreaders.
No API changes.
No data model changes.
Needs review
2.0
User interface