From 0f717faf40cd7ea6c28c407d0a517d730fc6591f Mon Sep 17 00:00:00 2001 From: Benjamin Jones Date: Wed, 3 Jul 2013 09:45:49 -0700 Subject: added headless run description for WCAG 2.0 rules --- guidelines/WCAG-1.0/conformance-A-headless.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 guidelines/WCAG-1.0/conformance-A-headless.json (limited to 'guidelines') diff --git a/guidelines/WCAG-1.0/conformance-A-headless.json b/guidelines/WCAG-1.0/conformance-A-headless.json new file mode 100644 index 0000000..4b0a546 --- /dev/null +++ b/guidelines/WCAG-1.0/conformance-A-headless.json @@ -0,0 +1,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' + } + ] +} -- cgit v1.2.3