Skip to content

Commit 655b44f

Browse files
committed
add pa11y
1 parent 876b3ad commit 655b44f

File tree

5 files changed

+414
-80
lines changed

5 files changed

+414
-80
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ testem.log
4242
# System Files
4343
.DS_Store
4444
Thumbs.db
45+
46+
# debug
47+
debug.log

.pa11yci

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"defaults": {
3+
"timeout": 10000,
4+
"wait": 2000,
5+
"ignore": [
6+
"notice",
7+
"WCAG2AA.Principle2.Guideline2_4.2_4_1.G1,G123,G124.NoSuchId"
8+
]
9+
},
10+
"urls": [
11+
"http://localhost:4000",
12+
"http://localhost:4000/#/features",
13+
"http://localhost:4000/#/examples/todos",
14+
"http://localhost:4000/#/examples/stock-market",
15+
"http://localhost:4000/#/examples/theming",
16+
"http://localhost:4000/#/examples/crud",
17+
"http://localhost:4000/#/examples/form"
18+
]
19+
}

0 commit comments

Comments
 (0)