[wp-trac] [WordPress Trac] #54681: autocomplete.js and tooltip.js are missing aria-atomic=true
WordPress Trac
noreply at wordpress.org
Wed Dec 22 18:53:47 UTC 2021
#54681: autocomplete.js and tooltip.js are missing aria-atomic=true
---------------------------------------+-----------------------------
Reporter: russelleck | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 5.8.2
Severity: normal | Keywords: needs-patch
Focuses: accessibility, javascript |
---------------------------------------+-----------------------------
An error container class="ui-helper-hidden-accessible" is made with aria-
live="assertive", but it does not contain a WAI-ARIA attribute that will
make sure all assistive technologies can read the error message after more
than one invalid submission.
Adding the aria-atomic="true" to the error container tag will ensure
assistive technologies can read the message after more than one invalid
submission.
wp-includes/js/jquery/ui/autocomplete.js - line 313
wp-includes/js/jquery/ui/tooltip.js - line 109
--
Ticket URL: <https://core.trac.wordpress.org/ticket/54681>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list