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

Accessibility issues on the Welcome page #1907

Closed
shrilakshmishastry opened this issue Mar 23, 2024 · 2 comments · Fixed by #3130 or #3173
Closed

Accessibility issues on the Welcome page #1907

shrilakshmishastry opened this issue Mar 23, 2024 · 2 comments · Fixed by #3130 or #3173
Labels
enhancement New feature or request

Comments

@shrilakshmishastry
Copy link
Contributor

shrilakshmishastry commented Mar 23, 2024

List of accessibility issues on the welcome page:

  1. bruno icon shouldn’t be accessible as it’s decorative
  2. The wrong HTML is used for the button, line numbers 62 ,67, 71 in the Welcome component. All of these need to be buttons or link
  3. in all links SVG should be aria-hidden

List of accessibility issues on sidebar footer icons

  1. wrong HTML used
  2. wrong roles used

List of accessibility issues in Modal

  1. When the modal is open windows under a modal dialog are accessible by the keyboard
@shrilakshmishastry shrilakshmishastry changed the title Accessibility issues in Welcome page Accessibility issues on the Welcome page Mar 23, 2024
@bpoulaindev
Copy link
Contributor

I initially had a PR aiming to replace the icons, use buttons, improve accessibility with keyboard navigation... : #1359 this is not really planned for the moment, too many core functionalities to work on. But feel free to send a PR to fix what you mentioned

@shrilakshmishastry
Copy link
Contributor Author

I initially had a PR aiming to replace the icons, use buttons, improve accessibility with keyboard navigation... : #1359 this is not really planned for the moment, too many core functionalities to work on. But feel free to send a PR to fix what you mentioned

fixed here #1906

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
3 participants