Skip to content

Instantly share code, notes, and snippets.

@hofmannsven
Last active January 23, 2025 16:11
Show Gist options
  • Save hofmannsven/43d3c56aade6150b4250918919f3ae1a to your computer and use it in GitHub Desktop.
Save hofmannsven/43d3c56aade6150b4250918919f3ae1a to your computer and use it in GitHub Desktop.
Notes on accessibility.

Accessibility Notes

Resources

Tools

Screen Readers

  • macOS: VoiceOver (cmd + F5)

Set Content for Screen Readers

  • Tailwind CSS: Use sr-only to hide an element visually without hiding it from screen readers. (Use not-sr-only to undo sr-only, making an element visible to users as well as screen readers.)

Hide Content (e.g. Icons) from Screen Readers

  • HTML attribute: aria-hidden="true"

Accessibility Testing Tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment