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

Improve Accessibility #21

Open
1 of 8 tasks
AndersSeverinsen opened this issue Dec 30, 2024 · 0 comments
Open
1 of 8 tasks

Improve Accessibility #21

AndersSeverinsen opened this issue Dec 30, 2024 · 0 comments

Comments

@AndersSeverinsen
Copy link
Member

AndersSeverinsen commented Dec 30, 2024

Do you like HCI? Then this is for you.

Make the page as usable to as many people as possible.
This includes:

  • Improving navigation with keyboard (tabindex)
  • alt-ernative text for images
  • Use the named HTML elements
  • Clear language:
  • 5–7 (bad) vs. 5 to 7 (good)
  • Jan (bad) vs. January (good)
  • Meaningful text labels
  • Making focus respond to the same as hover
  • WAI-ARIA (Web Accessibility Initiative - Accessible Rich Internet Applications)
  • Internationalization

Can be split into smaller bits to make it more clear.

Accessibility dev tools:

  • Firefox dev tools
  • WAVE Evaluation Tool (Chrome)
@AndersSeverinsen AndersSeverinsen changed the title Implement Accessibility Improve Accessibility Dec 30, 2024
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

No branches or pull requests

1 participant