Jacobs63 / vue3-tabs-component

Vue 3 tabs component
MIT License
95 stars 27 forks source link

Aria-controls contains wrong ID #34

Closed heartdriven closed 1 year ago

heartdriven commented 1 year ago

Thanks for this plugin, it's very useful to me and my project. However, there is one accessibility issue that caught my attention, and it's that the 'aria-controls' attribute in Tabs.vue contains the wrong value. Currently, it contains the same value as the href field: a value prepended with a # sign (computed in Tab.vue). However, according to the spec, the aria-controls attribute should contain the id of the element it controls (and not the selector in this case). It would be very helpful if this would get fixed.

Thanks!

Jacobs63 commented 1 year ago

Thank you for the heads up & the contribution. Version 1.2.1 has been released which contains the fix.