Please add the missing `role` attribute on the `<li>` element which is the parent of the `<a>` in [c-tabs.vue](https://github.com/valantic/vue-template/blob/master/src/components/c-tabs.vue) ```vue <li v-for="tab in tabs" :key="tab.id" :class="b('tab-item')" role="tabitem" > ```