Skip to content

Commit

Permalink
Ignore the missing search form submit button for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 27, 2019
1 parent 5479635 commit fbde816
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build/.pa11yci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"standard": "WCAG2AA",
"level": "error",
"concurrency": 4
"concurrency": 4,
"defaults": {
"ignore": [
"WCAG2AA.Principle3.Guideline3_2.3_2_2.H32.2"
]
}
}

0 comments on commit fbde816

Please sign in to comment.