Accessibility violations

Created on 3 November 2022, almost 2 years ago
Updated 20 September 2024, 28 days ago

Problem/Motivation

After running an accessibility scan on a page that uses chosen, I am seeing the following errors:
1. This select element does not have a mechanism that allows an accessible name value to be calculated
This is obviously from the select element that exists on the page (even though it is hidden).

2. This input (type=text) element does not have a mechanism that allows an accessible name value to be calculated
The HTML: <input class="chosen-search-input" type="text" autocomplete="off">

Proposed resolution

I think the addition of an aria-label would do the trick here.

πŸ› Bug report
Status

Active

Version

3.0

Component

User interface

Created by

Live updates comments and jobs are added and updated live.
  • Accessibility

    It affects the ability of people with disabilities or special needs (such as blindness or color-blindness) to use Drupal.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024