aboutsummaryrefslogtreecommitdiff
path: root/guidelines
diff options
context:
space:
mode:
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'
+ }
+ ]
+}