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
Previous, Next buttons use aria-label instead of content for name.
QA
Identified
Screen reader, Voice Control
<button class="tl-slidenav-previous" type="button" aria-label="previous, Women in Computing, " style="top: 458px; display: block;"> <div class="tl-slidenav-content-container"> <div class="tl-slidenav-icon"> </div> <div class="tl-slidenav-title">Women in Computing</div> <div class="tl-slidenav-description"></div> </div></button>
aria-label tends to not be translated. Removing aria-label and replacing with a visually-hidden span containing "Previous" or "Next" will result in the same button name.
The text was updated successfully, but these errors were encountered:
aria-label
tends to not be translated. Removingaria-label
and replacing
with a visually-hidden span containing "Previous" or "Next" will result in the same button name.The text was updated successfully, but these errors were encountered: