Skip to content

fix: add aria-label to footer theme switcher nav (#93)#126

Merged
Khasir merged 1 commit into
CivicTechTO:mainfrom
benrosiers:fix/footer-nav-aria-label
Jun 2, 2026
Merged

fix: add aria-label to footer theme switcher nav (#93)#126
Khasir merged 1 commit into
CivicTechTO:mainfrom
benrosiers:fix/footer-nav-aria-label

Conversation

@benrosiers

Copy link
Copy Markdown

Summary

Adds aria-label="Theme switcher" to the footer theme switcher navigation.

Without this label, screen readers may not be able to distinguish this navigation landmark from other nav elements on the page.

Changes

  • _includes/footer.html: add aria-label="Theme switcher" to the footer theme switcher nav

Testing

  • Reviewed the HTML change locally
  • Not run locally: Ruby/Bundler is not installed on my machine
  • CI will run the Jekyll build and Pa11y WCAG2AA checks

Fixes #93

@Khasir Khasir left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Approved, thanks!

@Khasir
Khasir merged commit 72a2c9e into CivicTechTO:main Jun 2, 2026
2 checks passed
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.

Footer theme-switcher nav has no aria-label

2 participants