Devel accessibility
Categories
Component ID
1981156
Component name
Devel accessibility
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
453
Component created
Component changed
Component body
In Drupal 8, several very important accessibility improvements landed:
- #1915302: Provide an API for aria-live region update announcements that module developers may leverage
- #1913086: Generalize the overlay tabbing management into a utility library
This module exists to simplify using and testing these APIs.
Drupal.announceannouncements- Can override
Drupal.announce()to not only announce UI changes via ARIA live regions, but to also log these aural announcements to the browser console. Drupal.TabbingManagertabbing constraints- Can log when tabbing is constrained and visually indicate which elements are reachable.
