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
<ulclass="list-group"><liclass="list-group-item disabled" aria-disabled="true">A disabled item</li><liclass="list-group-item">A second item</li><liclass="list-group-item">A third item</li><liclass="list-group-item">A fourth item</li><liclass="list-group-item">And a fifth one</li></ul>
<ulclass="list-group"><liclass="list-group-item disabled" aria-disabled="true">A disabled item</li><liclass="list-group-item">A second item</li><liclass="list-group-item">A third item</li><liclass="list-group-item">A fourth item</li><liclass="list-group-item">And a fifth one</li></ul>
What operating system(s) are you seeing the problem on?
Windows, macOS
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
5
The text was updated successfully, but these errors were encountered:
Prerequisites
Describe the issue
this page: https://getbootstrap.com/docs/5.3/components/list-group/#disabled-items
it has a
ul
withli
being `aria-disabled="true"however, in https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-disabled#associated_roles
mozilla does not have
aria-disabled
to the 'li' which role islistitem
..Reduced test cases
What operating system(s) are you seeing the problem on?
Windows, macOS
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
5
The text was updated successfully, but these errors were encountered: