vue-a11y / vue-axe-next

Accessibility auditing for Vue.js 3 applications using axe-core
https://vue-axe-next.surge.sh/
MIT License
50 stars 1 forks source link

Allow specifying elements for check #10

Closed Umarlen closed 1 month ago

Umarlen commented 1 year ago

Hello,

I have a use case where I should check only some specific elements, for example the element with the #header ID, along with all of its content. I would like to be able to customise the selector for the check so vue-axe only analyses my specific components.

Thanks!

DiedeGu commented 1 month ago

@Umarlen thank you for your suggestion, we are not going to develop this option. We recommend you use vitest axe instead, it allows you to run component level tests with axe.