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

Add accessibility features to Admin Edit page” #557

Open
adring93 opened this issue Mar 19, 2025 · 0 comments
Open

Add accessibility features to Admin Edit page” #557

adring93 opened this issue Mar 19, 2025 · 0 comments
Assignees

Comments

@adring93
Copy link
Contributor

User Story

As an admin, I want the Admin Edit page to be accessible, so everyone can use it easily.

Acceptance Criteria

  • Add labels for screen readers (e.g., "Admin Name", "Admin Contact") to all elements on "edit-profile-admin.html".
  • Ensure color contrast meets WCAG 2.1 AA standards (e.g., 4.5:1 ratio for text, like text-black on bg-white) as shown in Figma.
  • Use Tailwind CSS to match the Figma design while applying accessibility features.
  • Apply features across all screen sizes, ensuring readability on mobile (e.g., min font size 16px).

Technical Notes

  • Use Tailwind utility classes for contrast (e.g., text-black bg-white).
  • Add ARIA labels (e.g., aria-label="Admin Name") in HTML.
  • Test with screen readers (e.g., VoiceOver or NVDA) to confirm usability.
  • Verify mobile readability on Live Server, matching Figma mobile mockups.
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

2 participants