diff --git a/docs/components/list-group.md b/docs/components/list-group.md index 4316516aec..24b6c9b2f1 100644 --- a/docs/components/list-group.md +++ b/docs/components/list-group.md @@ -29,9 +29,21 @@ The most basic list group is an unordered list with list items and the proper cl Add `.active` to a `.list-group-item` to indicate the current active selection. + +[comment]: # Boosted mod + +{% callout warning %} +#### Accessibility + +In addition to the `.active` class, you must use `aria-selected="true"` state to represent the selected item within the list group. This is to ensure a better accessibility to assistive technologies (as screenreaders , screen magnifiers...) that can support it by warning the user of the selected state of the element. +{% endcallout %} + + +[comment]: # End mod + {% example html %}