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
<span class="sr-only">.</span> is used to introduce a VoiceOver pause when reading labels and subtitles etc.. However, recent testing has shown that in some cases, this isn't necessary. These elements can also introduce more noise in other VoiceOver clients (i.e. Firefox).
Task:
evaluate all use-cases of <span class="sr-only">.</span> in the codebase, and remove those that are unnecessary when testing with VoiceOver in Safari.
The text was updated successfully, but these errors were encountered:
<span class="sr-only">.</span>
is used to introduce a VoiceOver pause when reading labels and subtitles etc.. However, recent testing has shown that in some cases, this isn't necessary. These elements can also introduce more noise in other VoiceOver clients (i.e. Firefox).Task:
<span class="sr-only">.</span>
in the codebase, and remove those that are unnecessary when testing with VoiceOver in Safari.The text was updated successfully, but these errors were encountered: