Hi all, I am having some difficulties understandin...
# help
n
Hi all, I am having some difficulties understanding what is happening with following. I am experimenting with accessibility testing and one of the tasks I am facing is running a full webpage against a certain predefined set of rules. I mean the [wcag2a, wcag2aa, wcag2aaa, wcag21a, wcag21aa, wcag21aaa, ... etc]. So what is going wrong? I am expecting to have a lot more errors when running wcag21aaa, but I got none (it even passes). I am mainly looking for someone that can guide me a little in the world of cypress-axe / axe-core in cypress. My interpretation of the levels is following (this could be me understanding wrong) wcag2a (lowest level) wcag2aa (includes wcag2a + some extra stuff ) wcag2aaa (includes wcag2a + wcag2aa + some extra stuff )
2 Views