v-selectmenu icon indicating copy to clipboard operation
v-selectmenu copied to clipboard

Needs small Accessibility improvements

Open ibdf opened this issue 5 years ago • 1 comments

A couple of adjustments could be made to improve accessibility (a11y):

  1. The search input in the dropdown needs to have a label and or aria tags (even if not visible)
  2. The dropdown header (sm-header) should probably not be an H3, best to use a class instead, since modifying the template is not an option for that item. Have an H3 causes conflicts with the rest of the document hierarchy.

I am using the WAVE tool for A11Y https://wave.webaim.org/

ibdf avatar Feb 20 '20 14:02 ibdf

Thanks for suggestions, i will modify as much as possible.

TerryZ avatar Feb 20 '20 15:02 TerryZ