You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case a bit specific which is to use vue-axe on a styleguide powered by vue-styleguidist.
Because vue-axe takes the document as root node for axe-core to perform it's initial report, it generates a11y violations for things from vue-styleguidist. It'd be nice to be able to customise the selector for the initial check (which could default to document for backward compatibility) so it only analyses my components.
Thanks!
The text was updated successfully, but these errors were encountered:
sybers
changed the title
Allow specifying root selector/element initial report
Allow specifying root selector/element for initial report
Nov 25, 2020
jairovg
added a commit
to jairovg/vue-axe
that referenced
this issue
Jul 8, 2022
Hello,
First thank you for your work with this plugin :)
I have a use case a bit specific which is to use
vue-axe
on a styleguide powered byvue-styleguidist
.Because
vue-axe
takes thedocument
as root node foraxe-core
to perform it's initial report, it generates a11y violations for things fromvue-styleguidist
. It'd be nice to be able to customise the selector for the initial check (which could default todocument
for backward compatibility) so it only analyses my components.Thanks!
The text was updated successfully, but these errors were encountered: