We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3b4e1 commit c902466Copy full SHA for c902466
script/axe-docs
@@ -55,4 +55,4 @@ do
55
fi
56
done
57
58
-axe $doc_urls --include "iframe" --disable html-has-lang,frame-title,page-has-heading-one,region,color-contrast,landmark-unique,landmark-one-main --exit --show-errors
+axe ${doc_urls[@]} --include "iframe" --disable html-has-lang,frame-title,page-has-heading-one,region,color-contrast,landmark-unique,landmark-one-main --save docs-example-accessibility.json --exit --show-errors
0 commit comments