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
Open

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

sLorenzini opened this issue Jul 18, 2024 · 0 comments
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

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

When branches are created from issues, their pull requests are automatically linked.

2 participants