Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General lighthouse test improvements #359

Open
BeneRichi opened this issue Jan 19, 2024 · 0 comments
Open

General lighthouse test improvements #359

BeneRichi opened this issue Jan 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@BeneRichi
Copy link

Please add the missing role attribute on the <li> element which is the parent of the <a> in c-tabs.vue

     <li v-for="tab in tabs"
            :key="tab.id"
            :class="b('tab-item')"
            role="tabitem"
        >
@BeneRichi BeneRichi added the enhancement New feature or request label Jan 19, 2024
@BeneRichi BeneRichi self-assigned this Jan 19, 2024
@BeneRichi BeneRichi changed the title Add "role" on <li> element in c-tabs component. General lighthouse test improvements Jan 19, 2024
mob8607 added a commit that referenced this issue May 6, 2024
…s_lighthouse_testing

#359 General improvements lighthouse testing
@github-project-automation github-project-automation bot moved this to In progress in Vue Template Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In progress
Development

No branches or pull requests

1 participant