aboutsummaryrefslogtreecommitdiff
path: root/guidelines/WCAG-1.0/conformance-A-headless.json
blob: 4b0a54696f97a2070b0304500b95acff8ceccffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Test web accessibility conformance according to the WCAG 2.0
 * guidelines.
 *
 * http://www.w3.org/TR/WCAG/
 */
{
  'rulePath'  : '.',
  'crawlType' : 'none',
  'runs': [
    {
      'url': 'http://en.wikipedia.org/wiki/Main_Page',
      'ruleSet': 'conformance-A.json'
    }
  ]
}