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

UX Improvement: Enhance Accessibility and Interaction in the Terms of Use Dialog #388

Open
annavilnid opened this issue Mar 20, 2025 · 0 comments

Comments

@annavilnid
Copy link
Collaborator

Image

1️⃣ The "AGREE AND CONTINUE" button remains active even if the "I accept the Terms of Use" checkbox is unchecked.

2️⃣ The text is structured using div instead of semantic tags for text, which reduces accessibility and SEO.

3️⃣ The close button (❌) is implemented as an svg instead of a , making it inaccessible via keyboard navigation (Tab, Enter).

4️⃣ The "I acknowledge that I am trading a real money" checkbox cannot be disabled.

5️⃣ The checkboxes cannot be navigated using the keyboard (Tab, Enter).

6️⃣ Alt text is not used for icons and images, which reduces accessibility. For example, the close button (❌) could have aria-label="Close" and an alternative text inside the svg.

This was referenced Mar 20, 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

No branches or pull requests

1 participant