Visually hidden

Hide content visually while keeping it available to assistive technology.

BCL mapping

Use screen-reader-visibility on <bs-span>, <bs-p>, or other BCL components.

aspnet

<bs-button btn-style="Primary">
    Inbox
    <bs-span screen-reader-visibility="VisuallyHidden">unread messages</bs-span>
</bs-button>