Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

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

Open
hannolans opened this issue Jan 20, 2014 · 1 comment
Open

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

hannolans opened this issue Jan 20, 2014 · 1 comment

Comments

@hannolans
Copy link
Contributor

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:

  • Creating links to skip blocks of repeated material (skip links)
  • Grouping blocks of repeated material in a way that can be skipped (block headings)

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
Copy link
Collaborator

kevee commented Jan 21, 2014

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants