See #3181653: Add aria-atomic to autocomplete

Problem/Motivation

The autocomplete js adds an invisible element with the aria-live="assertive" tag. Some acceccebility checkers require an aria-atomic="true" tag to be attached too in that case.

Steps to reproduce

Inspect an autocomplete-element on a form.

Proposed resolution

Add the aria-atomic="true" tag to this element.

Comments

JoshaHubbers created an issue. See original summary.

joshahubbers’s picture

bskibinski’s picture

Status: Needs review » Reviewed & tested by the community

Patch applies nicely, aria-atomic is now added to the live region.

  • JoshaHubbers authored ca40859 on 7.x-1.x
    Issue #3181655 by JoshaHubbers, bskibinski: Add aria-atomic to...
joshahubbers’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.