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

Divi Accessibility Settings > Hide from Screen Readers toggle not working #88

Open MattWilsonMD opened 1 year ago

MattWilsonMD commented 1 year ago

When editing in the Visual Builder, under the Content tab > Accessibility Settings > Hide from Screen Readers toggle set to "Yes"... this applies a class name of "aria-hidden" to the element, which does nothing. We need it to instead apply a role of aria-hidden="true".