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
When focus lands in the navigation bar, screen readers generally read through all of the nav bar elements together at once This has been confusing for AT users.
HTML for the content right now looks something like
Tagging @terracoda so that she is aware of this issue, but it after discussion in 9/25/18 a11y meeting this won't get any work until after JT with sound is deployed.
The text was updated successfully, but these errors were encountered:
Thanks @jessegreenberg, the bottom bar will evenetually be more like this:
<!-- Sim Resources region --><sectionid="simResources" aria-labelledby="labelSimResources"><h2id="labelSimResources">Sim Resources</h2><!-- Keyboard Shortcuts widget--><divid="keyboardShortcutsWidget"><buttonid="keyboardShortcuts">Keyboard Shortcuts</button><p>Tips on how to use this sim with a keyboard.</p></div><!-- PhET Menu button widget --><divclass="menuWrapper" aria-label="Teacher tools and links"><buttonaria-haspopup="true" aria-controls="phetMenu">PhET Menu</button><ulrole="menu" id="phetMenu"><!-- phet menu items to go here --></ul></div><!-- end menu-wrapper --></section><!-- end Sim Resources region -->
Discovered by the QA team in phetsims/resistance-in-a-wire#176, and determined to be an issue in a recent user interview. Also related to a few issues, about accessible content in the navigation bar:
phetsims/a11y-research#94
#496
When focus lands in the navigation bar, screen readers generally read through all of the nav bar elements together at once This has been confusing for AT users.
HTML for the content right now looks something like
Tagging @terracoda so that she is aware of this issue, but it after discussion in 9/25/18 a11y meeting this won't get any work until after JT with sound is deployed.
The text was updated successfully, but these errors were encountered: