-
Notifications
You must be signed in to change notification settings - Fork 12
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
Not able to apply tags to axe #35
Comments
Can you let me know the url you are using? |
I see it working also if I use SECTION508. But if try with this one: axeRunner.setTags(AxeTag.WCAG21AA); it doesn't return anything |
I do have violations in the page I'm testing, I know because with the chome extension I do see errors. Also, you are trying with WCAG2AA, could you please try with WCAG21AA? |
let's try with this page: https://paraisolinux.com/que-es-una-vpn-y-cual-es-recomendable-para-linux/ |
Not exactly sure, why the Chrome extension shows WCAG 2.1 AA. But the results are showing for WCAG2AA, WCAG2A and WCAG2AAA. |
ok, but what happens with the java-a11y package? are you getting any result if you set axeRunner.setTags(AxeTag.WCAG21AA);=? |
No Results. As I quoted earlier, even in the chrome plugin, it was mentioned WCAG 2.1 AA, but the results are not matching with WCAG 2.1 AA. Not sure how that plugin works. |
Every time I try to use any other tag different than the default ones I'm getting an empty report:
axeRunner.setTags(AxeTag.WCAG21AA);
The text was updated successfully, but these errors were encountered: