<li key="getprivacySectionView" className="nav-item dropdown header-privacy">
<button
className="nav-link btn"
onClick={this.trustArcPrivacyLink}
aria-label="Opens Dialog Privacy"
>
<span className="dropdown-list-text">Privacy</span>
</button>
</li>
I need to achieve in focus mode (tab focus) the screen reader should read text present in aria-label but in browse mode (arrow keys) the screen reader should read the actual text present in span tag which is “privacy”.