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

Added aria-labels #120

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

Conversation

isidrohan
Copy link

Closes #116

Add aria-label attributes for better accessibility

Changes

  • Added aria-label attributes to key components for accessibility
    • Navbar: Added label for navigation
    • SampleDropdown: Added label for dropdown
    • UseShare: Added label for share options
    • Errors: Added aria-live="assertive" to announce errors
    • Collapse: Added label for collapsible panels
    • ToggleDarkMode: Added label for dark mode toggle button
    • FullScreenModal: Added label for fullscreen modal
    • AgreementHtml: Added label for agreement preview
    • Footer: Added label for footer content
    • Added aria-label to mobile view message for clarity

Flags

  • Ensure that screen reader users can navigate through the app efficiently with the added labels.
  • Review component accessibility on various devices for potential improvement.

Screenshots or Video

  • None provided at this time.

Related Issues

@isidrohan isidrohan requested a review from a team as a code owner December 21, 2024 16:07
Copy link

netlify bot commented Dec 21, 2024

Deploy Preview for ap-template-playground ready!

Name Link
🔨 Latest commit ad8a83d
🔍 Latest deploy log https://app.netlify.com/sites/ap-template-playground/deploys/6766e7d65a64ae00086c7cbe
😎 Deploy Preview https://deploy-preview-120--ap-template-playground.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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.

Add aria-labels for buttons, links, and icons to improve accessibility
1 participant