Skip to content

Commit d6c7c62

Browse files
committed
init move to pa11y
1 parent 9cd3c3f commit d6c7c62

File tree

6 files changed

+298
-481
lines changed

6 files changed

+298
-481
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ may need the project to locally install `axe-core`, the resolution is
55

66
this may be a duplicate of https://github.com/netlify/build/pull/294
77

8-
# netlify-plugin-fetch-feeds
8+
# netlify-plugin-a11y
99

1010
Run axe-cli and fail build if accessibility failures are found.
1111

demo/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<title>Document</title>
8+
</head>
9+
<body>
10+
<p> intentionally inaccessible img with no alt </p>
11+
<img src="https://http://placekitten.com/200/300" />
12+
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)