Follow-up to #2833824: Add aria label to input item for accesibility - see patch at #4 for 7.x-2.x-dev.

Problem/Motivation

Autocomplete Deluxe introduces 'empty link' 508 errors.
What It Means
A link contains no text.
Why It Matters
If a link contains no text, the function or purpose of the link will not be presented to the user. This can introduce confusion for keyboard and screen reader users.

Proposed resolution

We should add the aria label attributes for accessibility. Otherwise the validation for 508 compliance will fail.

CommentFileSizeAuthor
#3 2903965.patch545 bytescodechefmarc
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

LNakamura created an issue. See original summary.

Rajab Natshah’s picture

Version: 8.x-1.x-dev » 2.0.x-dev
codechefmarc’s picture

Status: Active » Needs review
FileSize
545 bytes

I've attached a patch to add an `aria-label` to the input field. I tested with axe DevTools and the error about the input needing a label was resolved.

Rajab Natshah’s picture

Issue tags: +Accessibility, +a11y