quailjs / quail

Accessibility testing in the browser and on the server.
http://quailjs.org
Other
300 stars 44 forks source link

Check for mimimum wcag2 and/or optimum wcag2? #127

Open hannolans opened 10 years ago

hannolans commented 10 years ago

We are now checking if a website doesn't fail for the minimum requirements of WCAG2. If one of the WCAG2 techniques is available, it will pass. There are success criteria that have a minimum technique, but more techniques is sometimes better. For example: bypass blocks 2.4.1 (http://www.w3.org/WAI/WCAG20/quickref/#qr-navigation-mechanisms-skip) let's users choose between two different technologies:

Drupal CMS for example has implemented both, but one of the techniques is sufficient. Is the other technique in that situation a suggestion, like the advised techniques?

kevee commented 10 years ago

This could be something like adding a 'test relationship' where if one test failed, but it's siblings did not, then skip the error.

This also dovetails with a need to get A/AA/AAA labels on techniques as well.