Problem/Motivation

Non-perceptible dynamic text: Text appears dynamically on the page that is not perceptible to assistive technology users because aria-live is not used to announce these changes.

Steps to reproduce

When you click on the flag or unflag link, a text appears that should have the attribute aria-live="polite".
Flag aria polite

Proposed resolution

Add aria-live="polite" with javascript.

Remaining tasks

Patch and review.

User interface changes

Visually none.

API changes

N/A

Data model changes

N/A

CommentFileSizeAuthor
#3 Flag-aria-polite.png20.01 KBjlozande

Issue fork flag-3529132

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

jlozande created an issue. See original summary.

jlozande’s picture

Issue summary: View changes
StatusFileSize
new20.01 KB
jlozande’s picture

Issue summary: View changes
jlozande’s picture

Issue summary: View changes
deaom’s picture

Assigned: jlozande » Unassigned
Status: Active » Needs review

The aria-live="polite" is added when the link to flag or unflag is clicked. The branch needs to be changed to 5.x and then status can be changed to RTBC.

ivnish’s picture

Version: 8.x-4.0-beta7 » 5.x-dev

  • ivnish committed a3bc7483 on 5.x authored by jlozande
    fix: #3529132 Some dynamic texts appear that should have an aria-live="...
ivnish’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

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