bruno icon indicating copy to clipboard operation
bruno copied to clipboard

Accessibility issues on the Welcome page

Open shrilakshmishastry opened this issue 11 months ago • 2 comments

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

shrilakshmishastry avatar Mar 23 '24 05:03 shrilakshmishastry

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

bpoulaindev avatar Mar 25 '24 09:03 bpoulaindev

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 https://github.com/usebruno/bruno/pull/1906

shrilakshmishastry avatar Mar 25 '24 11:03 shrilakshmishastry