Aria-expanded attribute on accordion items should not be hard-coded
-
Hi. Accordion items appear to have the
aria-expanded
attribute hard-coded totrue
. This attribute should only be true if the accordion item is open. It should otherwise be set tofalse
. This is explained in the Bootstrap documentation and is required functionality to meet accessibility standards. Otherwise visually-impaired users using screen readers will have no indication if the accordion has been opened when they click on the accordion toggle button.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Aria-expanded attribute on accordion items should not be hard-coded’ is closed to new replies.