vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.78k stars 6.95k forks source link

[Bug Report] Open/remaining v-select a11y violations #8733

Closed yg-paytm closed 2 years ago

yg-paytm commented 5 years ago

Environment

Vuetify Version: 2.0.10 Vue Version: 2.6.10 Browsers: Firefox 68.0 OS: Mac OS 10.14

Steps to reproduce

Expected Behavior

All framework components should pass a11y checks from scanner apps like Axe.

Actual Behavior

V-select component in its current implementation is violating ARIA attribute rules.

Image of Axe Analysis

Reproduction Link

https://codepen.io/frobear91/pen/BaBWGGK?&editable=true&editors=101

KaelWD commented 2 years ago

Fixed by #10226