Skip to content

Commit

Permalink
feat: add pa11y for accessibility checks (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored Oct 9, 2018
1 parent 876b3ad commit af32ac5
Show file tree
Hide file tree
Showing 5 changed files with 414 additions and 80 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ testem.log
# System Files
.DS_Store
Thumbs.db

# debug
debug.log
19 changes: 19 additions & 0 deletions .pa11yci
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"defaults": {
"timeout": 10000,
"wait": 2000,
"ignore": [
"notice",
"WCAG2AA.Principle2.Guideline2_4.2_4_1.G1,G123,G124.NoSuchId"
]
},
"urls": [
"http://localhost:4000",
"http://localhost:4000/#/features",
"http://localhost:4000/#/examples/todos",
"http://localhost:4000/#/examples/stock-market",
"http://localhost:4000/#/examples/theming",
"http://localhost:4000/#/examples/crud",
"http://localhost:4000/#/examples/form"
]
}
Loading

0 comments on commit af32ac5

Please sign in to comment.