Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address tickets within the scope of NYS-184 accessibility mini-audit #273

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

routinet
Copy link
Contributor

@routinet routinet commented Jan 9, 2025

  • NYS-191: Search input is missing an associated label
  • NYS-193: mobile menu button is missing an accessible name
  • NYS-196: Missing form label for tab inputs
  • NYS-197: incorrect semantics for tabs
  • NYS-201: Load More link does not announce to a screen reader user that more is now showing on the page
  • NYS-203: select dropdown missing associated label
  • NYS-205: Select filters missing associated label
  • NYS-206: Date input missing associated label
  • NYS-208: incorrect use of labels
  • NYS-215: select dropdowns are missing an associated label
  • NYS-230: Gaining keyboard focus on the search makes everything move
  • NYS-233: the Main nav needs to have an accessible name for screen readers
  • NYS-234: Mobile menu does not have proper semantics for screen readers
  • NYS-235: Mobile menu should close with "Esc" key
  • Ad hoc fix to implement proper dependency injection in global search

  - NYS-191: Search input is missing an associated label
  - NYS-193: mobile menu button is missing an accessible name
  - NYS-196: Missing form label for tab inputs
  - NYS-197: incorrect semantics for tabs
  - NYS-201: Load More link does not announce to a screen reader user that more is now showing on the page
  - NYS-203: select dropdown missing associated label
  - NYS-205: Select filters missing associated label
  - NYS-206: Date input missing associated label
  - NYS-208: incorrect use of labels
  - NYS-215: select dropdowns are missing an associated label
  - NYS-230: Gaining keyboard focus on the search makes everything move
  - NYS-233: the Main `nav` needs to have an accessible name for screen readers
  - NYS-234: Mobile menu does not have proper semantics for screen readers
  - NYS-235: Mobile menu should close with "Esc" key
  - Ad hoc fix to implement proper dependency injection in global search
Copy link
Contributor

@nathanielwoodland nathanielwoodland left a comment

Choose a reason for hiding this comment

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

The code changes look good to me! Of course, Michaela's review is the real hurdle here, as I can't verify things from that POV.

Side note: I personally might've shied away from the code consolidation logic in block-content--tabs.html.twig, and instead kept things dumb simple (emphasis on dumb), as I hate (aka I suck at) debugging TWIG when things break. But YMMV.

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.

2 participants