You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JAWS does not announce the expanded/collapsed state of an accordion section title.
As per the W3C Example, we need to move the aria-expanded from the <section> element to the <h4> element. The <h4> element also needs to have aria-controls set to the id of the <ul> of the filters. These ids should be auto-generated unique id's.
* #979 - update search icon in search inputs
* #981 - improve keyboard accessibility of tabs component
* #978 - improve aria markup of accordion pattern
* #980 - allow html to be overflow auto
* add overflow-scroll helper class for forcing a scroll bar
* don't allow scroll of content behind drawers or modals
* 📦 v1.0.0
* update package-lock to fix build
JAWS does not announce the expanded/collapsed state of an accordion section title.
As per the W3C Example, we need to move the
aria-expanded
from the<section>
element to the<h4>
element. The<h4>
element also needs to havearia-controls
set to theid
of the<ul>
of the filters. Theseid
s should be auto-generated unique id's.Current code:
Correct:
The text was updated successfully, but these errors were encountered: