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
The aria heading level for each accordion item is being assigned a value of '5'.
Steps to Reproduce:
Using a screenreader, navigate through the elements of an accordion component
Note the heading level of each accordion item
Actual Behavior:
<div role="heading" aria-level="5"></div>
Expected Behavior:
I'm able to change the heading level of each accordion item if I assign an _ariaLevel at the component heading level. But this should specifically be following the heading level rules set up previously in the following ticket: adaptlearning/adapt-contrib-core#146
The text was updated successfully, but these errors were encountered:
Bug Description:
The aria heading level for each accordion item is being assigned a value of '5'.
Steps to Reproduce:
Using a screenreader, navigate through the elements of an accordion component
Note the heading level of each accordion item
Actual Behavior:
<div role="heading" aria-level="5"></div>
Expected Behavior:
I'm able to change the heading level of each accordion item if I assign an
_ariaLevel
at the component heading level. But this should specifically be following the heading level rules set up previously in the following ticket: adaptlearning/adapt-contrib-core#146The text was updated successfully, but these errors were encountered: