campuspress / divi-accessibility

Improve Divi accessibility in accordance with WCAG 2.0 guidelines.
https://wordpress.org/plugins/accessible-divi/
GNU General Public License v2.0
127 stars 29 forks source link

Add missing aria attributes to Accordion & Toggle (see issue #7) #20

Closed muiradams closed 3 years ago

muiradams commented 5 years ago

Accordions and Toggles are missing the aria attributes necessary to let screen readers know that they are open or closed and what they are opening and closing. This pull requests adds the functionality described by the WAI-ARIA Best Practices: https://www.w3.org/TR/wai-aria-practices/#accordion

alexstine commented 5 years ago

@muiradams Thank you for the pull request!

@maniu Could you please review this PR and leave necessary feedback?

Thanks.