-
Bug
-
Resolution: Fixed
-
Blocker
-
4.1.17, 4.3.11, 4.4.7, 4.5.3
MDL-79674 swapped our Axe integration from wcag2a and wcag2aa to wcag21a and wcag21aa.
MDL-82553 swapped thenswapped them to wcag22a and wcag22aa
Unfortunately though the rules are not additive.
By swapping to wcag21a, wcag22a, wcag21aa, and wcag22aa and removing the original wcag2a, and wcag2aa rules we no longer test the original rules!
You can test this by setting the background colour for the recentlyaccessitems blocks to have bg-dark and text-dark on the same class. This should cause the blocks/recentlyaccesseditems/tests/behat/block_recentlyaccesseditems_dashboard.feature rules to fail, but it does not.
Adding the wcag2a and wcag2aa rules back to the mix then causes it to fail.