Skip to content

Improved Accessibility on Uyuni #156

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

Closed

Conversation

traitor09
Copy link

Enhance Accessibility: Keyboard Navigation & Screen-Reader Support

Description:
This PR implements accessibility improvements, addressing issue #100.

Screenshot 2025-04-01 000939

Key changes include:

  • Keyboard Navigation:
    -Improved tabindex flow and keyboard navigation for all interactive elements (dropdowns, buttons).
    -Added Enter/Escape key controls and focus management to avoid traps.

  • Screen-Reader Support:
    -Added ARIA attributes (aria-labels, roles) for clearer context.
    -Included alt attributes for all images.

  • Focus & Structural:
    -Adjusted semantic HTML and ensured proper focus management on dynamic content.
    -Utilized HTML5 landmarks for improved navigation.

  • Verification:
    -Validated with NVDA, VoiceOver, and Windows Narrator.
    -Automated tests (Lighthouse) improved accessibility score from 82 to 100%.
    Screenshot 2025-04-01 000535

  • Manual checks included:
    -Focusable interactive controls.
    -Correct visual/tab order and focus direction.
    -ARIA roles for custom controls.

Next Steps:
Kindly Review and provide feedback.

@traitor09 traitor09 closed this by deleting the head repository Apr 21, 2025
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.

1 participant