bootstrap aria-hidden

Language: Bootstrap

The "aria-hidden" attribute in Bootstrap is used to indicate that an element and all of its descendants are not visible or perceivable to any user as implemented by assistive technology. This can be useful for decorative elements that should not be announced by screen readers. It can be added to an element like this:

<div aria-hidden="true">...</div>

However, it's important to note that using "aria-hidden" should be done with caution, as it can potentially hide important content from users who rely on assistive technologies