bruno
bruno copied to clipboard
Accessibility issues on the Welcome page
List of accessibility issues on the welcome page:
- bruno icon shouldn’t be accessible as it’s decorative
- 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
- in all links SVG should be aria-hidden
List of accessibility issues on sidebar footer icons
- wrong HTML used
- wrong roles used
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
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