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

[Feature] [Accessibility] - Select component to update #361

Open
sLorenzini opened this issue Jul 18, 2024 · 0 comments · May be fixed by #394
Open

[Feature] [Accessibility] - Select component to update #361

sLorenzini opened this issue Jul 18, 2024 · 0 comments · May be fixed by #394
Labels
accessibility Feature Type: New Feature

Comments

@sLorenzini
Copy link

What problem does this feature solve?

To improve accessibility on components, some tests are made on several components.
Select component has got some changes into code tu update accessibility. Except the "disabled" one, there is a critical and incomplete accessibility tests.

  • Critical: interactive controls is nested

Capture d’écran 2024-07-18 à 15 40 03

  • Incomplete: aria-controls has not valid values

Capture d’écran 2024-07-18 à 15 40 14

Capture d’écran 2024-07-18 à 15 43 59

What is your idea for solve this issue

Find a way to improve code with good values.
Documentation for interactive controls nested: https://dequeuniversity.com/rules/axe/4.9/nested-interactive?application=axeAPI
Documentation for aria attributes values: https://dequeuniversity.com/rules/axe/4.9/aria-valid-attr-value?application=axeAPI

@sLorenzini sLorenzini added the Feature Type: New Feature label Jul 18, 2024
@mattgoud mattgoud linked a pull request Dec 17, 2024 that will close this issue
9 tasks
@mattgoud mattgoud linked a pull request Dec 17, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Feature Type: New Feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants