aboutsummaryrefslogtreecommitdiff
path: root/guidelines
diff options
context:
space:
mode:
authorGravatar Benjamin Jones <bjones@galois.com>2013-07-03 09:45:49 -0700
committerGravatar Benjamin Jones <bjones@galois.com>2013-07-03 09:45:49 -0700
commit0f717faf40cd7ea6c28c407d0a517d730fc6591f (patch)
treeae4a0750d8e485bb9e02462d7b3b3e25d72fa080 /guidelines
parent4e1f3f68a2e51f7841864bc1e74758629afee764 (diff)
added headless run description for WCAG 2.0 rules
Diffstat (limited to 'guidelines')
-rw-r--r--guidelines/WCAG-1.0/conformance-A-headless.json16
1 files changed, 16 insertions, 0 deletions
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'
+ }
+ ]
+}