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 tested the issue with the latest version of the product
Issue Description
Expectation
I expect the Deque University documentation linked in the console error messages to match the behaviour defined in the repo.
Actual
There seems to be a discrepancy in some of the tagging between the Deque University website and the repo. For example, the rule button-name is tagged against WCAG 2.1 (A) and WCAG 2.2 (A) on the Deque University website but in the repo it is only tagged against WCAG 2.0 (A).
This makes it confusing to work out what tags to use with according_to.
How to Reproduce
Links above, screenshots below.
Deque website:
Repo:
The text was updated successfully, but these errors were encountered:
Thanks for the issue. The repo uses the WCAG tag of when the success criterion was first added to WCAG, whereas the help pages on Deque University lists each WCAG version the success criterion applies to. The help pages do this since different versions of WCAG can remove success criterion, making some rules no longer valid if running against that version.
In terms of using according_to, you should always use what the repo docs have listed for tags.
Thanks for the clarification. I think this is worth highlighting somewhere in the docs. It's very confusing when the failure messages link to a webpage that says something that's different from the behaviour of the actual tool.
Personally I would expect running according_to :wcag22aa to run against all the criterion of that spec rather than just things that have been added since the past version. My understanding is that if I want that I need to do:
Product
axe-core
Product Version
4.10.2
Latest Version
Issue Description
Expectation
I expect the Deque University documentation linked in the console error messages to match the behaviour defined in the repo.
Actual
There seems to be a discrepancy in some of the tagging between the Deque University website and the repo. For example, the rule
button-name
is tagged against WCAG 2.1 (A) and WCAG 2.2 (A) on the Deque University website but in the repo it is only tagged against WCAG 2.0 (A).This makes it confusing to work out what tags to use with
according_to
.How to Reproduce
Links above, screenshots below.
Deque website:
![Image](https://private-user-images.githubusercontent.com/8467576/406037464-22c08dc1-9b64-4437-a501-6b91de386ec7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODI5MzYsIm5iZiI6MTczOTI4MjYzNiwicGF0aCI6Ii84NDY3NTc2LzQwNjAzNzQ2NC0yMmMwOGRjMS05YjY0LTQ0MzctYTUwMS02YjkxZGUzODZlYzcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMTQwMzU2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTc3YThmM2EyZTFlNGRmYjZiNzgxMzRjYzM3YjRkYTk5MmZkYzczYjdkMWFiMjljMWRmMWZlNjhiYzc4YTQzMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.j5jMd9-y5U7sUAmLgKYpoKyPNKN5X3j3O3aUOzPtd_g)
Repo:
![Image](https://private-user-images.githubusercontent.com/8467576/406037384-3d326c6e-4336-4970-a288-8bb89c350cb4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODI5MzYsIm5iZiI6MTczOTI4MjYzNiwicGF0aCI6Ii84NDY3NTc2LzQwNjAzNzM4NC0zZDMyNmM2ZS00MzM2LTQ5NzAtYTI4OC04YmI4OWMzNTBjYjQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMTQwMzU2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ODcxNGMwMTMxZWM4ZWJhOTVjNzhmYzYxZDU2YjVlNDVlMjE2YmM0MjU2NzcyMmRkZDI0MTRlZDM5MDU1ODI2YSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.QaQFE0sTvsp9SrNBkhDsd7fw2ODIcrWJJF3I7YbC7bQ)
The text was updated successfully, but these errors were encountered: