File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,13 @@ name: netlify-plugin-a11y
2
2
inputs :
3
3
- name : checkPaths
4
4
default : ['/']
5
- required : false
5
+ description : Array of paths (folders or html files) that the plugin should check. Defaults to root (['/']), which checks every html file on your site.
6
6
- name : failWithIssues
7
7
default : true
8
+ description : Whether the build should faul if the plugin finds a11y issues. Defaults to true.
8
9
- name : ignoreDirectories
9
10
default : []
10
- required : false
11
+ description : Array of directories whose pages the plugin should ignore when checking for a11y issues. Defaults to [].
11
12
- name : standard
12
13
default : ' WCAG2AA'
14
+ description : The level of WCAG 2.1 against which to check site pages. Defaults to 'WCAGAA'; can also be 'WCAGA' or 'WCAGAAA'.
You can’t perform that action at this time.
0 commit comments