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 should be able to detect the issue w.r.t the WCAG 2.1 A and WCAG 2.1 AA guidelines.
Actual
I am able to find issues w.r.t wcag2a and wcag21aa but not for wcag21a and wcag21aa.
How to Reproduce
Set the rules to wcag21a or wcag21aa and run the tests against any webpage. You will not be able to detect the violations which are part of only wcag21a or wcag21aa.
Additional context
The rules in the axe.js are not updated with the tags for wcag21a and wcag21aa. For example, for the rule duplicate-id-active, the code block is as follows:
Product
axe-core
Product Version
No response
Latest Version
Issue Description
Expectation
I should be able to detect the issue w.r.t the WCAG 2.1 A and WCAG 2.1 AA guidelines.
Actual
I am able to find issues w.r.t wcag2a and wcag21aa but not for wcag21a and wcag21aa.
How to Reproduce
Set the rules to wcag21a or wcag21aa and run the tests against any webpage. You will not be able to detect the violations which are part of only wcag21a or wcag21aa.
Additional context
The rules in the axe.js are not updated with the tags for wcag21a and wcag21aa. For example, for the rule duplicate-id-active, the code block is as follows:
You can see that the tags include wcag2a but not wcag21a. Whereas when you see the violation on the deque website: https://dequeuniversity.com/rules/axe/4.4/duplicate-id-active, you notice that it applies to both WCAG 2.0 A and WCAG 2.1 A.
A similar issue was raised in Cypress axe, but I think it has more to do with axe-core: component-driven/cypress-axe#123
The text was updated successfully, but these errors were encountered: