Skip to content

Conversation

dctalbot
Copy link
Contributor

@dctalbot dctalbot commented Jan 5, 2021

  • Identified the issue which this PR solves.
  • Read the CONTRIBUTING document.
  • Code builds clean without any errors or warnings.
  • Added appropriate tests for any new functionality.
  • All new and existing tests passed.
  • Added comments in the code, where necessary.
  • Ran make check to catch common errors. Fixed any that came up.

Description:
This PR includes accessibility improvements for mobile navigation:

  • ability to tab through nav links
  • links are wrapped in a nav container
  • removed MobileSideBar abstraction which wasn't providing anything valuable
  • added aria-expanded attribute to the hamburger button

Which issue(s) this PR fixes:
Fixes #441

Describe any introduced user-facing changes:
Improved accessibility on mobile

Additional Info:
http://web-accessibility.carnegiemuseums.org/code/navigation/

@m17ch m17ch self-requested a review January 11, 2021 16:34
@pnengchu pnengchu self-requested a review January 11, 2021 16:37
@dctalbot dctalbot marked this pull request as draft January 11, 2021 16:44
@dctalbot dctalbot marked this pull request as ready for review January 11, 2021 16:52
m17ch
m17ch previously approved these changes Jan 12, 2021
Copy link
Contributor

@m17ch m17ch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Functionally validated

pnengchu
pnengchu previously approved these changes Jan 12, 2021
@dctalbot dctalbot dismissed stale reviews from pnengchu and m17ch via b0b733c January 12, 2021 17:11
@dctalbot dctalbot requested review from m17ch and pnengchu January 12, 2021 17:19
@dctalbot dctalbot merged commit ff7f9ed into master Jan 12, 2021
@dctalbot dctalbot deleted the mobile-nav branch January 12, 2021 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ui: mobile sidebar menu is not keyboard or screen reader accessible
3 participants